- Jul 19, 2019
-
-
Mark OLESEN authored
-
- Jul 18, 2019
-
-
Mark OLESEN authored
- add patch-point tracking to structured walk - provision for cylindrical interpolation scheme STYLE: more efficient use of bitSet
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Jul 16, 2019
-
-
Mark OLESEN authored
-
- Jul 15, 2019
-
-
Mark OLESEN authored
- return Ostream& - make header separation optional
-
Mark OLESEN authored
- empty(), size(), toc(), sortedToc()
-
- Jul 12, 2019
-
-
Mark OLESEN authored
-
- Jul 17, 2019
-
-
Mark OLESEN authored
-
- Jul 16, 2019
-
-
Mark OLESEN authored
-
- Jul 15, 2019
-
-
Mark OLESEN authored
- makes the standard config variables more visible
-
Mark OLESEN authored
-
- Jul 14, 2019
-
-
Mark OLESEN authored
-
- Jul 09, 2019
-
-
Mark OLESEN authored
- add an 'isoAlgorithm' keyword to distance surface and cutting plane to advance further testing of the isoSurfaceTopo algorithm. Does not yet handle the full spectrum of bound boxes, cellZones etc.
-
- Jul 12, 2019
-
-
Mark OLESEN authored
- to simplify/unify error handling STYLE: use NotImplemented instead of longer notImplemented(...)
-
Mark OLESEN authored
- unfriend HashSet, HashTable IO operators - global min(), max(), minMax() functions taking a labelHashSet and an optional limit. For example, labelHashSet set = ...; Info<< "min is " << min(set) << nl; Info<< "max (non-negative) " << max(set, 0) << nl; - make HashTable iterator '->' dereferencing more consistent by also supporting non-pointer types as well. - read HashTable values in-situ to avoid copying
-
Mark OLESEN authored
- the Enum::readEntry() method was previously as bit sloppy with respect to the enumeration that it accepted. If the input was non-mandatory, typos would go unnoticed. Now tighten things so that if an enumeration is found, it must also be valid. STYLE: remove unused/deprecated Enum::lookupOrFailsafe() method - this was only used in a few places internally in 1712 and 1806 but has since then been superseded by getOrDefault() with an optional 'failsafe' flag.
-
Mark OLESEN authored
- previously deprecated and slated for removal in 2018-03
-
Mark OLESEN authored
-
Mark OLESEN authored
- add triSurface::subsetMesh single-parameter variant
-
- Jul 11, 2019
-
-
Mark OLESEN authored
- An identity is often useful when generating connectivity and offset information. - The optional repeat value for vtk::write() allows it to also be used as a fill method.
-
- Jun 28, 2019
-
-
Mark OLESEN authored
- reduced clutter. Mostly only need to scan source tree. - 00-dummy: use wmake/src/Allmake to get native (not cross-compiled) wmake toolchain binaries
-
- Jul 12, 2019
-
-
Mark OLESEN authored
-
- Jul 10, 2019
-
-
Mark OLESEN authored
-
- Jul 09, 2019
-
-
Mark OLESEN authored
Modifications to help avoid inadvertent overwriting of tutorialsTest: - new '-force' option to overwrite existing directory - generate a 'tutorialsTest/Alltest' script that disallows the possibilty of self-recursion
-
- Jul 08, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- reverse mapping for the original point ids. This can be useful when searching a subset of points, but needing to store access to the original point index. - move constructor. - Allow use/not-use subset as an optional constructor argument for more convenient caller logic.
-
- Jun 28, 2019
-
-
Mark OLESEN authored
- add PDRblockMeshDict example for cavity
-
Mark OLESEN authored
- don't need extra nullptr check for some cases. Less clutter.
-
- Jun 27, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- changed for 1906 to have a regIOobject always cleanup its objectRegistry entry. No need to explicitly 'release' ownership for this to now happen. - doxygen formatting for MeshObject
-
Mark OLESEN authored
Caveat: The -Wdeprecated-copy produces many, many compiler warnings
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 26, 2019
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
TODO: need to revisit
-