Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Ddm_utils.c130 PetscInt depth; in DMPlexCeedElemRestrictionStridedCreate() local
134 PetscCall(DMPlexGetDepth(dm, &depth)); in DMPlexCeedElemRestrictionStridedCreate()
136 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate()
285 PetscInt depth; in BasisCreateFromTabulation() local
287 PetscCall(DMPlexGetDepth(dm, &depth)); in BasisCreateFromTabulation()
289 ids[0] = depth - height; in BasisCreateFromTabulation()
/libCEED/examples/petsc/src/
H A Dpetscutils.c273 PetscInt depth; in BasisCreateFromTabulation() local
275 PetscCall(DMPlexGetDepth(dm, &depth)); in BasisCreateFromTabulation()
277 ids[0] = depth - height; in BasisCreateFromTabulation()
/libCEED/
H A DDoxyfile2677 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2678 # generated by dot. A depth value of 3 means that only nodes reachable from the
2683 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.