Home
last modified time | relevance | path

Searched refs:is_face_points (Results 1 – 1 of 1) sorted by relevance

/honee/src/
H A Ddm-utils.c1213 IS is_face_points; in DMPlexCreateFaceLabel() local
1232 PetscCall(DMGetStratumISAtHeight(dm, "Face Sets", dm_face, face_height, &is_face_points)); in DMPlexCreateFaceLabel()
1233 if (is_face_points) { in DMPlexCreateFaceLabel()
1234 PetscCall(ISGetLocalSize(is_face_points, &num_face_points)); in DMPlexCreateFaceLabel()
1235 PetscCall(ISGetIndices(is_face_points, &face_points)); in DMPlexCreateFaceLabel()
1262 PetscCall(ISDestroy(&is_face_points)); in DMPlexCreateFaceLabel()