ENH: add range method to polyBoundaryMesh
- makes for easier extraction of boundary values since it encapsulates start/size directly. Eg, SubList<T>(allValues, patches.range()); or bitSet(blocked, patches.range(patchi));
Showing
- src/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.C 0 additions, 6 deletionssrc/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.C
- src/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.H 3 additions, 5 deletionssrc/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.H
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C 105 additions, 89 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H 48 additions, 35 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C 1 addition, 1 deletion...eshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H 1 addition, 1 deletion...eshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H
Please register or sign in to comment