Files
openfoam/applications/test
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
..
2016-12-18 20:40:03 +01:00
2016-04-16 18:34:41 +01:00
2016-10-17 12:02:01 +02:00
2015-12-22 23:14:17 +00:00
2013-09-27 22:47:59 +01:00