Searched refs:depth_is (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | dm-utils.c | 174 IS point_is, depth_is; in DMPlexCeedElemRestrictionStridedCreate() local 178 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate() 184 PetscCall(ISIntersect(depth_is, domain_is, &point_is)); in DMPlexCeedElemRestrictionStridedCreate() 189 PetscCall(ISDestroy(&depth_is)); in DMPlexCeedElemRestrictionStridedCreate() 191 point_is = depth_is; in DMPlexCeedElemRestrictionStridedCreate() 1187 IS label_is, depth_is; in DMGetStratumISAtHeight() local 1192 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_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() 1196 PetscCall(ISDestroy(&depth_is)); in DMGetStratumISAtHeight()
|