ENH: faMeshReconstructor for reconstructing equivalent serial faMesh (#2084)
- A bare-bones reconstructor for finiteArea meshes when processor meshes are available (in parallel) but an equivalent serial faMesh is needed for reconstruction or decomposition. In these situations, a serial version of the faMesh is needed, but preferably without reconstructing the entire volume mesh. It uses the finiteVolume faceProcAddressing in addition to the geometric information available from the underlying polyMesh. The resulting equivalent faMesh can be used for basic operations, but caution should be exercised before attempting large operations.
Showing
- src/parallel/reconstruct/faReconstruct/Make/files 1 addition, 0 deletionssrc/parallel/reconstruct/faReconstruct/Make/files
- src/parallel/reconstruct/faReconstruct/faMeshReconstructor.C 673 additions, 0 deletionssrc/parallel/reconstruct/faReconstruct/faMeshReconstructor.C
- src/parallel/reconstruct/faReconstruct/faMeshReconstructor.H 209 additions, 0 deletionssrc/parallel/reconstruct/faReconstruct/faMeshReconstructor.H
Please register or sign in to comment