openfoam/applications/utilities/mesh/manipulation/checkMesh
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
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
checkGeometry.C ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
checkGeometry.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkMesh.C ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkMeshQuality.C STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
checkMeshQuality.H ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkTools.C ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
checkTools.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkTopology.C ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
checkTopology.H ENH: checkMesh: report overlapping zones. See #2521 2022-10-03 11:41:42 +01:00
writeFields.C ENH: simplify tetrahedron and triangle handling 2022-07-08 11:13:00 +02:00
writeFields.H ENH: checkMesh: write surface fields. Fixes #2023 2021-03-10 18:46:40 +00:00