Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c1187 IS label_is, depth_is; in DMGetStratumISAtHeight() local
1193 PetscCall(DMGetStratumIS(dm, name, value, &label_is)); in DMGetStratumISAtHeight()
1194 if (label_is == NULL || depth_is == NULL) *points = NULL; in DMGetStratumISAtHeight()
1195 else PetscCall(ISIntersect(depth_is, label_is, points)); in DMGetStratumISAtHeight()
1197 PetscCall(ISDestroy(&label_is)); in DMGetStratumISAtHeight()