Searched refs:label_is (Results 1 – 1 of 1) sorted by relevance
1187 IS label_is, depth_is; in DMGetStratumISAtHeight() local1193 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()