openfoam/applications
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
..
solvers BUG: Removed call to topoChanging(false) in interDyMFoam and compressibleInterDyMFoam - see #363 and 03db8627 2016-12-23 09:09:30 +00:00
test ENH: boundBox 'reduce' method (related to #196) 2017-01-25 18:52:37 +01:00
utilities ENH: boundBox 'reduce' method (related to #196) 2017-01-25 18:52:37 +01:00
Allwmake Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00