openfoam/applications/test/minMax2
Mark Olesen 21f037e3a0 ENH: single/double value reset method for MinMax
- resets min/max to be identical to the specified value,
  which can be more convenient (and slightly more efficient) than doing
  a full reset followed by add()

- additional MinMax intersects() query, which works like overlaps()
  but with exclusive checks at the ends

- provide MinMax::operator&=() to replace (unused) intersect() method

ENH: single/double value reset method for boundBox

- boundBox::operator&=() to replace (rarely used) intersect() method.
  Deprecate boundBox::intersect() to avoid confusion with various
  intersects() method

COMP: provide triangleFwd.H
2022-10-31 18:36:14 +01:00
..
Make ENH: minMax, minMaxMag as functions and field functions 2019-01-10 09:43:23 +01:00
Test-minMax2.C ENH: single/double value reset method for MinMax 2022-10-31 18:36:14 +01:00