openfoam/applications/utilities/mesh/manipulation
Mark Olesen 2f86cdc712 STYLE: more consistent use of dimensioned Zero
- when constructing dimensioned fields that are to be zero-initialized,
  it is preferrable to use a form such as

      dimensionedScalar(dims, Zero)
      dimensionedVector(dims, Zero)

  rather than

      dimensionedScalar("0", dims, 0)
      dimensionedVector("zero", dims, vector::zero)

  This reduces clutter and also avoids any suggestion that the name of
  the dimensioned quantity has any influence on the field's name.

  An even shorter version is possible. Eg,

      dimensionedScalar(dims)

  but reduces the clarity of meaning.

- NB: UniformDimensionedField is an exception to these style changes
  since it does use the name of the dimensioned type (instead of the
  regIOobject).
2018-03-16 10:24:03 +01:00
..
attachMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
autoPatch ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
checkMesh STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
createBaffles ENH: code reduction in PackedList, PackedBoolList (issue #751) 2018-03-13 08:32:40 +01:00
createPatch STYLE: consistent use of wordHashSet instead of HashSet<word> 2018-02-22 11:19:47 +01:00
deformedGeom ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
flattenMesh GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
insideCells STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
mergeMeshes ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
mergeOrSplitBaffles ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
mirrorMesh ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
moveDynamicMesh STYLE: consistent lookupOrDefault template parameters 2018-03-26 09:09:09 +02:00
moveEngineMesh ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
moveMesh ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
objToVTK STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
orientFaceZone ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
polyDualMesh ENH: code reduction in PackedList, PackedBoolList (issue #751) 2018-03-13 08:32:40 +01:00
refineMesh ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00
renumberMesh STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
rotateMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
setSet ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
setsToZones STYLE: consistent use of wordHashSet instead of HashSet<word> 2018-02-22 11:19:47 +01:00
singleCellMesh BUG: singleCellMesh: writes constant mesh to 0 directory instead. 2016-08-10 15:49:09 +01:00
splitMesh ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00
splitMeshRegions STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
stitchMesh ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
subsetMesh ENH: code reduction in PackedList, PackedBoolList (issue #751) 2018-03-13 08:32:40 +01:00
topoSet ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
transformPoints ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
zipUpMesh ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00