- May 10, 2021
-
-
Mark OLESEN authored
- reduces code, simplifies creation of new, specialized polyData writers. - new templated vtk::GenericPatchWriter, which adds support for writing both uindirectPrimitivePatch + indirectPrimitivePatch types. - handle geometric fields separately from regular fields with * vtk:GenericPatchGeoFieldsWriter * vtk:indirectPatchGeoFieldsWriter * vtk:uindirectPatchGeoFieldsWriter
-
- Apr 19, 2021
-
-
- affords some code reduction. STYLE: use HashSet insert() without found() check in more places
-
- Dec 22, 2020
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Dec 21, 2020
-
-
This makes the initialisation order of dynamicMesh consistent with plain ones using the virtual mechanism. It does not solve the cyclicACMI construction order yet.
-
- Jul 16, 2020
-
-
Mark OLESEN authored
- less clutter using plain tests with the bool operator: (!ptr) vs (ptr.empty()) (ptr) vs (!ptr.empty())
-
- Jul 02, 2020
-
-
Andrew Heather authored
-
- Jun 26, 2020
-
-
OpenFOAM bot authored
- fix older '> >' template parameters as '>>'
-
- Jun 24, 2020
-
-
-
OpenFOAM bot authored
-
- Jun 02, 2020
-
-
Mark OLESEN authored
- previously introduced `getOrDefault` as a dictionary _get_ method, now complete the transition and use it everywhere instead of `lookupOrDefault`. This avoids mixed usage of the two methods that are identical in behaviour, makes for shorter names, and promotes the distinction between "lookup" access (ie, return a token stream, locate and return an entry) and "get" access (ie, the above with conversion to concrete types such as scalar, label etc).
-
- May 04, 2020
-
-
Mark OLESEN authored
-
- Apr 30, 2020
-
-
Mark OLESEN authored
- allows easier identification for future changes
-
- Apr 28, 2020
-
-
Mark OLESEN authored
- use dictionary::get<..> instead of lookup in a few more places
-
- Dec 23, 2019
-
-
Andrew Heather authored
-
- Dec 19, 2019
-
-