openfoam/applications/utilities/postProcessing/miscellaneous/postChannel
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
calculateFields.H COMP: avoid ambiguous construct from tmp - test/ utils/ 2010-12-21 09:46:55 +01:00
channelIndex.C GIT: Header file updates 2019-10-31 14:48:44 +00:00
channelIndex.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
channelIndexTemplates.C ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
collapse.H Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam 2011-04-19 23:23:49 +01:00
postChannel.C GIT: Header file updates 2019-10-31 14:48:44 +00:00
readFields.H ENH: glboal file handling: initial commit 2016-01-25 13:03:15 +00:00
readTransportProperties.H ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00