openfoam/applications/utilities/postProcessing/dataConversion
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
..
foamDataToFluent GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamToEnsight ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
foamToGMV COMP: remove includes of defunct locations (fixes #2143) 2021-06-29 13:43:44 +02:00
foamToTetDualMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
foamToVTK ENH: handle manifold cells in VTK, Ensight output (#2396) 2022-03-12 21:16:30 +01:00
smapToFoam ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00