Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
  2. Oct 28, 2020
    • Mark OLESEN's avatar
      ENH: improve some efficiency in expressions · 5579e7a6
      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)
      5579e7a6
  3. Jul 16, 2020
  4. Dec 06, 2019
    • Mark OLESEN's avatar
      7e8fb96d
    • Mark OLESEN's avatar
      ENH: improve exprResult handling · 17869747
      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.
      17869747
  5. Nov 26, 2019
  6. Nov 18, 2019