Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexceed.c7 IS depthIS; in DMGetPoints_Internal() local
12 PetscCall(DMLabelGetStratumIS(depthLabel, depth - height, &depthIS)); in DMGetPoints_Internal()
18 PetscCall(ISIntersect(depthIS, domainIS, pointIS)); in DMGetPoints_Internal()
23 PetscCall(ISDestroy(&depthIS)); in DMGetPoints_Internal()
25 *pointIS = depthIS; in DMGetPoints_Internal()