Searched refs:depth_label (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | dm-utils.c | 173 DMLabel depth_label; in DMPlexCeedElemRestrictionStridedCreate() local 177 PetscCall(DMPlexGetDepthLabel(dm, &depth_label)); in DMPlexCeedElemRestrictionStridedCreate() 178 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate() 499 DMLabel depth_label; in GetGlobalDMPlexPolytopeType() local 507 PetscCall(DMPlexGetDepthLabel(dm, &depth_label)); in GetGlobalDMPlexPolytopeType() 512 …PetscCall(DMGetFirstLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height… in GetGlobalDMPlexPolytopeType() 1186 DMLabel depth_label; in DMGetStratumISAtHeight() local 1191 PetscCall(DMPlexGetDepthLabel(dm, &depth_label)); in DMGetStratumISAtHeight() 1192 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMGetStratumISAtHeight()
|