openfoam/applications/utilities/mesh/manipulation
2023-07-18 12:03:58 +01:00
..
attachMesh
autoPatch STYLE: use polyPatchList instead of List<polyPatch*> in more places 2022-09-26 18:03:23 +02:00
checkMesh ENH: checkMesh: use built-in merging 2023-07-18 12:03:58 +01:00
createBaffles REGRESSION: createBaffles : incorrect dictionary lookup 2023-05-20 18:59:20 +02:00
createPatch STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +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 STYLE: use polyPatchList instead of List<polyPatch*> in more places 2022-09-26 18:03:23 +02:00
mergeOrSplitBaffles
mirrorMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
moveDynamicMesh
moveEngineMesh
moveMesh ENH: moveMesh -endTime option to restrict duration of motion testing 2022-07-13 19:09:44 +02:00
objToVTK
orientFaceZone ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
polyDualMesh ENH: mergePoints and patch gatherAndMerge improvements (#2402) 2022-03-16 13:44:58 +01:00
refineMesh
renumberMesh STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +02:00
rotateMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
setSet ENH: refactor cell selections into cellBitSet 2022-05-31 13:04:43 +02:00
setsToZones ENH: use typed lookup versions instead of xyz::typeName literals 2022-05-17 17:35:51 +02:00
singleCellMesh
splitMesh COMP: combine uindirectPrimitivePatch.H into indirectPrimitivePatch.H 2022-05-10 10:47:01 +02:00
splitMeshRegions STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +02:00
stitchMesh BUG: blockMesh mergePatchPairs fails with edge-shared points (fixes #2589) 2022-09-26 18:03:23 +02:00
subsetMesh ENH: relocate/refactor fvMeshSubset 2022-04-29 11:44:29 +02:00
topoSet ENH: refactor cell selections into cellBitSet 2022-05-31 13:04:43 +02:00
transformPoints STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
zipUpMesh