openfoam/applications/utilities/postProcessing
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
..
dataConversion ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
lagrangian ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
lumped ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
miscellaneous ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
noise ENH: relocate graph writers to meshTools (not reqd by core OpenFOAM lib) 2022-02-21 19:53:21 +01:00
optimisation STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
postProcess ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00