ENH: extend patch/boundary methods: faces(), faceOwner()

- similar to polyBoundaryMesh
This commit is contained in:
Mark Olesen
2025-04-10 16:44:43 +02:00
parent 2d77f7ae26
commit 91e7870ee8
18 changed files with 112 additions and 232 deletions

View File

@ -417,14 +417,7 @@ int main(int argc, char *argv[])
// Get calculating engine for all of outside
const SubList<face> outsideFaces
(
mesh.faces(),
mesh.nBoundaryFaces(),
mesh.nInternalFaces()
);
primitivePatch allBoundary(outsideFaces, mesh.points());
primitivePatch allBoundary(mesh.boundaryMesh().faces(), mesh.points());
// Look up mesh labels and convert to input for boundaryCutter.