openfoam/applications/utilities/mesh
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
..
advanced COMP: combinePatchFaces: missing include file 2016-12-14 11:45:32 +00:00
conversion STYLE: added note about limitation of the ccm conversion 2016-12-22 17:44:21 +01:00
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
generation ENH: add blockMesh -sets option to write cellZones as cellSets (closes #348) 2017-01-25 13:16:49 +01:00
manipulation ENH: boundBox 'reduce' method (related to #196) 2017-01-25 18:52:37 +01:00