Searched refs:depth (Results 1 – 3 of 3) sorted by relevance
130 PetscInt depth; in DMPlexCeedElemRestrictionStridedCreate() local134 PetscCall(DMPlexGetDepth(dm, &depth)); in DMPlexCeedElemRestrictionStridedCreate()136 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate()285 PetscInt depth; in BasisCreateFromTabulation() local287 PetscCall(DMPlexGetDepth(dm, &depth)); in BasisCreateFromTabulation()289 ids[0] = depth - height; in BasisCreateFromTabulation()
273 PetscInt depth; in BasisCreateFromTabulation() local275 PetscCall(DMPlexGetDepth(dm, &depth)); in BasisCreateFromTabulation()277 ids[0] = depth - height; in BasisCreateFromTabulation()
2677 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs2678 # generated by dot. A depth value of 3 means that only nodes reachable from the2683 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.