openfoam/applications/utilities/mesh/manipulation
Mark Olesen 0352a224b7 COMP: access transformedElements by reference, not copy
- better code style and seems to avoid triggering a gcc warning about
  possibly uninitialized values

COMP: JSONformatter writeEntry missing a return value

STYLE: accept 'json' for checkMesh write format

- consistent with caseInfo functionObject
2023-12-15 16:17:15 +01:00
..
attachMesh
autoPatch
checkMesh COMP: access transformedElements by reference, not copy 2023-12-15 16:17:15 +01:00
createBaffles ENH: simplify add/remove patch/zone groups 2023-08-29 11:24:16 +02:00
createPatch STYLE: prefer emplace_back() to append() + last() 2023-08-29 11:24:16 +02:00
deformedGeom
flattenMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
insideCells
mergeMeshes
mergeOrSplitBaffles ENH: patch/zone indices with select/ignore combination 2023-08-02 12:34:41 +02:00
mirrorMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
moveDynamicMesh
moveEngineMesh
moveMesh
objToVTK
orientFaceZone STYLE: invert ASCII/BINARY checks. Helps if adding other formats 2023-11-23 22:42:20 +01:00
polyDualMesh STYLE: prefer push_uniq() to appendUniq 2023-08-29 11:24:16 +02:00
refineMesh
renumberMesh STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +02:00
rotateMesh ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
setSet ENH: use updated HashTable methods 2023-10-11 18:11:37 +00:00
setsToZones ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
singleCellMesh
splitMesh
splitMeshRegions ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
stitchMesh ENH: promote ListOps::identity to Foam::identity 2023-10-26 11:24:57 +02:00
subsetMesh ENH: subsetMesh -exclude-patches (#2947) 2023-08-02 12:35:10 +02:00
topoSet
transformPoints ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
zipUpMesh