openfoam/applications/utilities/mesh/manipulation/checkMesh
Mark Olesen d38de84d21 ENH: bundle Pstream:: AllGather methods
- bundles frequently used 'gather/scatter' patterns more consistently.

  - combineAllGather     -> combineGather + broadcast
  - listCombineAllGather -> listCombineGather + broadcast
  - mapCombineAllGather  -> mapCombineGather + broadcast
  - allGatherList        -> gatherList + scatterList
  - reduce               -> gather + broadcast (ie, allreduce)

- The allGatherList currently wraps gatherList/scatterList, but may be
  replaced with a different algorithm in the future.

STYLE: PstreamCombineReduceOps.H is mostly unneeded now
2022-03-31 15:56:04 +02:00
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
checkGeometry.C ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01: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: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkTools.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkTopology.C ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
checkTopology.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
writeFields.C ENH: checkMesh: add stabilisation. Fixes #2171 2021-07-28 17:56:48 +01:00
writeFields.H ENH: checkMesh: write surface fields. Fixes #2023 2021-03-10 18:46:40 +00:00