Searched refs:boundary_faces_is (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ ! |
| H A D | ex18.c | 1194 static PetscErrorCode DMPlexGetInterfaceFaces_Private(DM ipdm, IS boundary_faces_is, IS *interface_… in DMPlexGetInterfaceFaces_Private() argument 1225 PetscCall(ISDifference(part_boundary_faces_is, boundary_faces_is, interface_faces_is)); in DMPlexGetInterfaceFaces_Private() 1474 IS boundary_faces_is, interface_faces_is, interface_is; in DMPlexCheckPointSFHeavy() local 1493 PetscCall(DMPlexExpandedVerticesCoordinatesToFaces_Private(ipdm, bnd, &boundary_faces_is)); in DMPlexCheckPointSFHeavy() 1495 PetscCall(DMPlexGetInterfaceFaces_Private(ipdm, boundary_faces_is, &interface_faces_is)); in DMPlexCheckPointSFHeavy() 1499 PetscCall(ISDestroy(&boundary_faces_is)); in DMPlexCheckPointSFHeavy()
|