Home
last modified time | relevance | path

Searched refs:periodic_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
1154 PetscCall(DMGetStratumIS(dm, "Face Sets", face_pairings[dim - 2][d][1], &periodic_is)); in DMPlexSetBoxLabel_Internal()
1159 if (periodic_is) { in DMPlexSetBoxLabel_Internal()
1160 PetscCall(ISGetLocalSize(periodic_is, &num_periodic)); in DMPlexSetBoxLabel_Internal()
1161 PetscCall(ISGetIndices(periodic_is, &periodic_faces)); in DMPlexSetBoxLabel_Internal()
1240 if (periodic_is) { in DMPlexSetBoxLabel_Internal()
1241 PetscCall(ISRestoreIndices(periodic_is, &periodic_faces)); in DMPlexSetBoxLabel_Internal()
1242 PetscCall(ISDestroy(&periodic_is)); in DMPlexSetBoxLabel_Internal()