openfoam/applications/utilities/postProcessing/lagrangian/particleTracks
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
createControls.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
particleTrackProperties RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
particleTracks.C ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
particleTracksSampler.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
particleTracksSamplerTemplates.C STYLE: broadcast instead of combineScatter/listCombineScatter/mapCombineScatter 2022-03-12 21:16:30 +01:00