openfoam/applications/utilities/parallelProcessing
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
..
decomposePar ENH: improved argList handling of libs, functionObjects 2022-09-22 16:08:52 +02:00
reconstructPar ENH: improved argList handling of libs, functionObjects 2022-09-22 16:08:52 +02:00
reconstructParMesh ENH: improved argList handling of libs, functionObjects 2022-09-22 16:08:52 +02:00
redistributePar ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00