openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsight
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: fix linkage on some libs and utils (general and mingw) 2021-05-31 20:54:58 +02:00
checkFieldAvailability.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00
checkMeshMoving.H ENH: multi-region support for foamToEnsight (#2080) 2021-05-30 21:02:59 +02:00
convertAreaFields.H ENH: multi-region support for foamToEnsight (#2080) 2021-05-30 21:02:59 +02:00
convertLagrangian.H ENH: multi-region support for foamToEnsight (#2080) 2021-05-30 21:02:59 +02:00
convertVolumeFields.H ENH: multi-region support for foamToEnsight (#2080) 2021-05-30 21:02:59 +02:00
createMeshAccounting.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00
findCloudFields.H ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
foamToEnsight.C ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
getTimeIndex.H ENH: multi-region support for foamToEnsight (#2080) 2021-05-30 21:02:59 +02:00
readFields.C GIT: Header file updates 2019-10-31 14:48:44 +00:00
readFields.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00
writeAreaFields.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00
writeDimFields.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00
writePointFields.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00
writeVolFields.H ENH: -exclude-fields, -no-fields options for foamToEnsight, foamToVTK 2022-03-12 21:16:30 +01:00