openfoam/applications/utilities/mesh
Mark Olesen 0ffae6461a ENH: creating a bounding box without points yields an inverted box
- The code create a box with a (0,0,0) point.
  The new definition is more logical and makes it very easy to grow
  the bounding box to include new points. It also simplifies much of
  the logic in the constructors.

- Use ROOTVGREAT instead of VGREAT for sizing greatBox and invertedBox.
  Avoids some overflow issues reported by Mattijs (thus GREAT has been
  used in treeBoundBox), but might still need further revision.
2017-02-01 12:15:00 +00: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: creating a bounding box without points yields an inverted box 2017-02-01 12:15:00 +00:00
manipulation ENH: additional methods/operators for boundBox (related to #196) 2017-01-25 19:26:50 +01:00