ENH: PatchTools::gatherAndMerge with recovery of the globalIndex
- support globalIndex for points/faces as an output parameter, which allows reuse in subsequent field merge operations. - make pointMergeMap an optional parameter. This information is not always required. Eg, if only using gatherAndMerge to combine faces but without any point fields. ENH: make globalIndex() noexcept, add globalIndex::clear() method
Showing
- applications/utilities/mesh/generation/foamyMesh/foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C 1 addition, 3 deletions...h/foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C
- src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H 46 additions, 6 deletionssrc/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H
- src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C 39 additions, 3 deletions...eshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C
- src/OpenFOAM/parallel/globalIndex/globalIndex.H 10 additions, 4 deletionssrc/OpenFOAM/parallel/globalIndex/globalIndex.H
- src/OpenFOAM/parallel/globalIndex/globalIndexI.H 6 additions, 0 deletionssrc/OpenFOAM/parallel/globalIndex/globalIndexI.H
- src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValue.C 4 additions, 10 deletions...s/field/fieldValues/surfaceFieldValue/surfaceFieldValue.C
- src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C 1 addition, 3 deletions...I/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C
Please register or sign in to comment