Searched refs:domainIS (Results 1 – 1 of 1) sorted by relevance
14 IS domainIS; in DMGetPoints_Internal() local16 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()