- Feb 17, 2019
-
-
Mark OLESEN authored
- avoid potential ambiguities in naming of mesh faces/edges vs. block faces/edges - additional methods characterizing the number of faces (internal, boundary, total) associated with a blockDescriptor - cellLabel() accessor and checkIndex() methods - restore demand-driven behaviour of block, cache the calculated cells and refactor generation of block boundary faces to improve potential reuse.
-
Mark OLESEN authored
- can be useful for diagnosing mesh internals and the locations of decomposed cells.
-
- Feb 16, 2019
-
-
Mark OLESEN authored
- already available from the FixedList inheritance, but provide explicitly in edge to allow future adjustment of the inheritance (#1205)
-
Mark OLESEN authored
- construct from MinMax, optional start index for identity factory method to match Foam::identity() - use GREAT instead of VGREAT in inverted scalarRange. Consistent with boundBox - to reduce the potential of overflow if calculating the span. - add min()/max() methods to labelRange
-
- Feb 18, 2019
-
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 15, 2019
-
-
Mark OLESEN authored
- seems to have slipped into an earlier commit
-
Mark OLESEN authored
-
Mark OLESEN authored
- adapted from the 'foamGet' utility authored by Chris Greenshields
-
Mark OLESEN authored
-
- Jan 07, 2019
-
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
- Feb 14, 2019
-
-
Mark OLESEN authored
- Note: mpich now builds libmpi.so instead of libmpich.so - define both -DMPICH_SKIP_MPICXX and -DOMPI_SKIP_MPICXX regardless of using openmpi or mpich. This simplifies the files and does not harm.
-
Mark OLESEN authored
- a leftover from the change from class to namespace
-
Mark OLESEN authored
- the Tools::Vertices() method for creating a vtkPolyData with the given points and a corresponding Verts for the points.
-
Mark OLESEN authored
-
Mark OLESEN authored
- previously just removed duplicate literals, but now remove any duplicates. - Replace previous wordHashSet implementation with a linear search instead. The lists are normally fairly small and mostly just have unique entries anyhow. This reduces the overall overhead.
-
Mark OLESEN authored
- simplifies their use when reordering lists etc. (word, fileName, keyType, wordRe) - "unfriend" IO operators for string types. They require no internal access - add compile/uncompile methods to keyType for symmetry with wordRe - when outputting keyType/wordRe, be more explicit about them using writeQuoted()
-
mattijs authored
-
mattijs authored
-
- Jan 07, 2019
-
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
- Feb 13, 2019
-
-
Mark OLESEN authored
-
- Feb 12, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- delay dereferencing of optional subRegion entries until an objectRegistry is required. This improves usabilty when reference objects do not yet exist at the time of construction.
-
Mark OLESEN authored
- complete any pending initialisation on write(). Allows lazier evaluation until when surfaces are actually available.
-
Mark OLESEN authored
- complete any pending initialisation on write(). Allows lazier evaluation until when the surfaces are actually needed.
-
Mark OLESEN authored
-
- Feb 03, 2019
-
-
Mark OLESEN authored
- includes initial relocation of low-level vtu handling. Extracted, refactored from the Catalyst function object.
-