openfoam/applications/utilities/parallelProcessing
Mark Olesen 0cf4aede6e ENH: initial revamp of faMesh to improve modularity (#2084)
- improved separation of patch creation that is also parallel-aware,
  which now allows creation in parallel

- memory-safe use of PtrList for adding patches, with a more generalized
  faPatchData helper

- use uindirectPrimitivePatch instead of indirectPrimitivePatch
  for internal patch handling.

- align boundary methods with polyMesh equivalents

- system/faMeshDefinition instead of constant/faMesh/faMeshDefinition
  as per blockMesh convention. Easier to manage definitions, easier
  for cleanup.

- drop inheritence from GeoMesh.
2021-05-27 21:04:55 +02:00
..
decomposePar ENH: initial revamp of faMesh to improve modularity (#2084) 2021-05-27 21:04:55 +02:00
reconstructPar ENH: centralized handling of -allRegions, -regions, -region (#2072) 2021-05-07 09:46:33 +02:00
reconstructParMesh STYLE: minor code reduction in reconstructParMesh 2021-05-19 18:16:05 +02:00
redistributePar ENH: redistributePar - detect if reconstruct is required (#2092) 2021-05-19 18:16:06 +02:00