Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexceed.c14 IS domainIS; in DMGetPoints_Internal() local
16 PetscCall(DMLabelGetStratumIS(domainLabel, labelVal, &domainIS)); in DMGetPoints_Internal()
17 if (domainIS) { // domainIS is non-empty in DMGetPoints_Internal()
18 PetscCall(ISIntersect(depthIS, domainIS, pointIS)); in DMGetPoints_Internal()
19 PetscCall(ISDestroy(&domainIS)); in DMGetPoints_Internal()