openfoam/applications/utilities/mesh/manipulation/mirrorMesh
Mark Olesen de2eed3e7d ENH: additional methods and improvements to plane
- signedDistance() method is like distance() but retains
  the positive/negative sign for the side of the plane.

- the sign() method returns the sign as -1,0,+1 integer for
  classification purposes where it is important to distinguish between
  a zero value and a positive value (eg, for cutting). Optional
  tolerance can be supplied to round for zero.

- refactor and inlined simple and frequently used methods.

- add boundBox faceCentre() method, which can be useful for creating
  clipping planes from a bounding box.
  Relocated treeBoundBox faceNormals to boundBox since they apply
  equally there - the meaning of the faces (x-min, x-max, etc)
  is the same, even if the point addressing for the faces differs.
2018-08-03 23:17:49 +02:00
..
Make ENH: mirrorMesh: Added support for cellLevel and pointLevel to support dynamic mesh refinement 2017-10-27 14:58:26 +01:00
mirrorFvMesh.C ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
mirrorFvMesh.H Merge remote-tracking branch 'origin/develop' into develop-pre-release 2018-05-31 17:34:16 +01:00
mirrorMesh.C ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
mirrorMeshDict ENH: additional methods and improvements to plane 2018-08-03 23:17:49 +02:00
readMirrorDict.H ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00