openfoam/applications/utilities
Mark Olesen 17d76e6261 ENH: boundBox 'reduce' method (related to #196)
reduce()
- parallel reduction of min/max values.
  Reduces coding for the callers.

  Eg,
      bb.reduce();

  instead of the previous method:
      reduce(bb.min(), minOp<point>());
      reduce(bb.max(), maxOp<point>());

STYLE:

- use initializer list for creating static content
- use point::min/point::max when defining standard boxes
2017-01-25 18:52:37 +01:00
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
mesh ENH: boundBox 'reduce' method (related to #196) 2017-01-25 18:52:37 +01:00
miscellaneous BUG: foamList - removed link against randomProcesses lib. Fixes #343 2016-12-15 16:31:38 +00:00
parallelProcessing BUG: redistributePar: remove inconsistent *ProcAddressing. Fixes #351. 2016-12-19 12:58:49 +00:00
postProcessing ENH: add versioning for VTK library to runTimePostProcessing (issue #370) 2017-01-23 13:37:42 +01:00
preProcessing COMP: update lnInclude directories when building (issue #364) 2016-12-22 11:26:29 +01:00
surface BUG: missing surfaceCheck -outputThreshold option (fixes #347) 2016-12-16 05:14:46 +00:00
thermophysical GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00