- Mar 29, 2021
-
-
Mark OLESEN authored
-
- Oct 28, 2020
-
-
Mark OLESEN authored
- use refPtr to simplify some logic. - avoid copying field if an average will be used - initialize geometric fields with a uniform value instead of Zero - minor tweak of method names - apply bugfix #1889 (longer description elsewhere)
-
- Jul 16, 2020
-
-
Mark OLESEN authored
- cleaner code, more similarity with unique_ptr Now if (ptr) if (!ptr) instead if (ptr.valid()) if (!ptr.valid())
-
- Dec 06, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- some support for "uniform" bool fields. Calculating an averaged value for a boolField does not work very well, but we simply define that the field average is 'true' when more than 1/2 of its values are true. Not exactly true, but allows templated definitions to work smoothly. - additional output method writeValue(). This outputs the single (uniform) value or the first value of the field.
-
- Nov 26, 2019
-
-
Mark OLESEN authored
-
- Nov 18, 2019
-
-
Mark OLESEN authored
- polymorphic field/result
-