openfoam/src/OpenFOAM
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
..
algorithms ENH: New vibro-acoustic model suite 2020-12-10 13:36:12 +00:00
containers ENH: add CircularBuffer container 2022-03-15 14:04:34 +01:00
db ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
dimensionedTypes ENH: support optional dimensionSet reading 2021-12-09 15:42:46 +01:00
dimensionSet ENH: support optional dimensionSet reading 2021-12-09 15:42:46 +01:00
expressions STYLE: minor changes 2022-02-10 16:46:13 +01:00
fields ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
global ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
include ENH: identityOp as equivalent to std::identity (C++20) 2022-03-13 22:35:18 +01:00
interpolations ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
Make ENH: reduce duplicate code for float/double Vector/Tensor 2022-03-12 21:16:29 +01:00
matrices ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
memory STYLE: avoid deprecation warnings for autoPtr set() method 2022-01-24 12:26:38 +01:00
meshes ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
orientedType ENH: correct newlines in DimensionedField output 2021-01-15 15:06:06 +01:00
parallel ENH: update CompactListList code 2022-03-12 21:16:29 +01:00
primitives ENH: identityOp as equivalent to std::identity (C++20) 2022-03-13 22:35:18 +01:00
Alltouch ENH: isolate config/version information from regular globals 2020-09-07 17:36:26 +02:00