openfoam/applications/utilities/mesh/manipulation/mirrorMesh
Mark Olesen 1d85fecf4d ENH: use Zero when zero-initializing types
- makes the intent clearer and avoids the need for additional
  constructor casting. Eg,

      labelList(10, Zero)    vs.  labelList(10, 0)
      scalarField(10, Zero)  vs.  scalarField(10, scalar(0))
      vectorField(10, Zero)  vs.  vectorField(10, vector::zero)
2018-12-11 23:50:15 +01: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 Zero when zero-initializing types 2018-12-11 23:50:15 +01:00
mirrorFvMesh.H ENH: add -dict option for mirrorMesh 2018-12-17 09:51:29 +01:00
mirrorMesh.C STYLE: ensure help for -dict matches its intended usage 2018-12-17 10:39:59 +01:00
mirrorMeshDict STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
readMirrorDict.H ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00