openfoam/applications/utilities/mesh/manipulation
Mark Olesen 473e14418a ENH: more consistent use of broadcast, combineReduce etc.
- broadcast           : (replaces scatter)
  - combineReduce       == combineGather + broadcast
  - listCombineReduce   == listCombineGather + broadcast
  - mapCombineReduce    == mapCombineGather + broadcast
  - allGatherList       == gatherList + scatterList

  Before settling on a more consistent naming convention,
  some intermediate namings were used in OpenFOAM-v2206:

    - combineReduce       (2206: combineAllGather)
    - listCombineReduce   (2206: listCombineAllGather)
    - mapCombineReduce    (2206: mapCombineAllGather)
2022-11-08 16:48:08 +00:00
..
attachMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
autoPatch STYLE: use polyPatchList instead of List<polyPatch*> in more places 2022-09-26 18:03:23 +02:00
checkMesh ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
createBaffles ENH: consolidate processorTopology handling for volume and area meshes 2022-05-10 10:47:01 +02:00
createPatch ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
deformedGeom GIT: Header file updates 2019-10-31 14:48:44 +00:00
flattenMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
insideCells ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
mergeMeshes STYLE: use polyPatchList instead of List<polyPatch*> in more places 2022-09-26 18:03:23 +02:00
mergeOrSplitBaffles BUG: mergeOrSplitBaffles -dict option ignored (fixes #1759) 2020-07-01 18:41:31 +02:00
mirrorMesh STYLE: use polyPatchList instead of List<polyPatch*> in more places 2022-09-26 18:03:23 +02:00
moveDynamicMesh ENH: use concise forms for walking processor and cyclic boundaries 2021-02-09 17:57:49 +01:00
moveEngineMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
moveMesh ENH: moveMesh -endTime option to restrict duration of motion testing 2022-07-13 19:09:44 +02:00
objToVTK ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
orientFaceZone ENH: bundle broadcasts (#2371) 2022-04-29 11:44:28 +02:00
polyDualMesh ENH: mergePoints and patch gatherAndMerge improvements (#2402) 2022-03-16 13:44:58 +01:00
refineMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
renumberMesh STYLE: adjust range check in Foam::factorial (FULLDEBUG) 2022-09-07 16:25:45 +02:00
rotateMesh ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02: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 ENH: provide setter methods for IOobject read/write options etc. 2021-03-17 15:10:00 +01:00
splitMesh COMP: combine uindirectPrimitivePatch.H into indirectPrimitivePatch.H 2022-05-10 10:47:01 +02:00
splitMeshRegions ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00: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 BUG: incorrect order for output scaling (transformPoints, ...) 2022-08-18 11:46:08 +02:00
zipUpMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00