Searched refs:is_face_points (Results 1 – 1 of 1) sorted by relevance
1213 IS is_face_points; in DMPlexCreateFaceLabel() local1232 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()