Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1132 IS donor_is, periodic_is; in DMPlexSetBoxLabel_Internal() local
1153 PetscCall(DMGetStratumIS(dm, "Face Sets", face_pairings[dim - 2][d][0], &donor_is)); in DMPlexSetBoxLabel_Internal()
1155 if (donor_is) { in DMPlexSetBoxLabel_Internal()
1156 PetscCall(ISGetLocalSize(donor_is, &num_donor)); in DMPlexSetBoxLabel_Internal()
1157 PetscCall(ISGetIndices(donor_is, &donor_faces)); in DMPlexSetBoxLabel_Internal()
1236 if (donor_is) { in DMPlexSetBoxLabel_Internal()
1237 PetscCall(ISRestoreIndices(donor_is, &donor_faces)); in DMPlexSetBoxLabel_Internal()
1238 PetscCall(ISDestroy(&donor_is)); in DMPlexSetBoxLabel_Internal()