Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Ddm_utils.c132 IS point_is, depth_is; in DMPlexCeedElemRestrictionStridedCreate() local
136 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate()
142 PetscCall(ISIntersect(depth_is, domain_is, &point_is)); in DMPlexCeedElemRestrictionStridedCreate()
147 PetscCall(ISDestroy(&depth_is)); in DMPlexCeedElemRestrictionStridedCreate()
149 point_is = depth_is; in DMPlexCeedElemRestrictionStridedCreate()