openfoam/applications/utilities/mesh/generation/foamyMesh
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
..
cellSizeAndAlignmentGrid CONFIG: provisional cuda rule. Update naming for CGAL rules 2020-11-17 21:29:07 +01:00
conformalVoronoi2DMesh STYLE: remove unused private fields (foamyMesh) 2021-11-04 18:03:34 +01:00
conformalVoronoiMesh ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
foamyHexMesh ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
foamyHexMeshBackgroundMesh STYLE: use single-parameter SubList where applicable (reduces clutter) 2022-01-31 20:08:52 +01:00
foamyHexMeshSurfaceSimplify ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
foamyQuadMesh STYLE: remove unused private fields (foamyMesh) 2021-11-04 18:03:34 +01:00
Allwclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allwmake STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
foamyMesh.dox Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00