Searched refs:faces_is (Results 1 – 1 of 1) sorted by relevance
1010 IS faces_is; in DMPlexSetBoxLabel_Internal() local1027 PetscCall(DMGetStratumIS(dm, "Face Sets", 1, &faces_is)); in DMPlexSetBoxLabel_Internal()1048 if (faces_is) PetscCall(ISGetLocalSize(faces_is, &num_face)); in DMPlexSetBoxLabel_Internal()1049 if (faces_is) PetscCall(ISGetIndices(faces_is, &faces)); in DMPlexSetBoxLabel_Internal()1124 if (faces_is) PetscCall(ISRestoreIndices(faces_is, &faces)); in DMPlexSetBoxLabel_Internal()1125 PetscCall(ISDestroy(&faces_is)); in DMPlexSetBoxLabel_Internal()