openfoam/applications/utilities/postProcessing/miscellaneous
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
..
engineCompRatio GIT: Header file updates 2019-10-31 14:48:44 +00:00
pdfPlot GIT: Header file updates 2019-10-31 14:48:44 +00:00
postChannel ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
profilingSummary ENH: robuster fileOperations splitProcessorPath 2020-12-08 11:58:28 +01:00
temporalInterpolate ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00