Searched refs:depth_label (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 131 DMLabel depth_label; in DMPlexCeedElemRestrictionStridedCreate() local 135 PetscCall(DMPlexGetDepthLabel(dm, &depth_label)); in DMPlexCeedElemRestrictionStridedCreate() 136 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate() 267 DMLabel depth_label; in BasisCreateFromTabulation() local 288 PetscCall(DMPlexGetDepthLabel(dm, &depth_label)); in BasisCreateFromTabulation() 293 …PetscCall(DMGetFirstLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height… in BasisCreateFromTabulation()
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 254 DMLabel depth_label; in BasisCreateFromTabulation() local 276 PetscCall(DMPlexGetDepthLabel(dm, &depth_label)); in BasisCreateFromTabulation() 281 …PetscCall(DMGetFirstLabeledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height… in BasisCreateFromTabulation()
|