Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c172 PetscInt depth; in DMPlexCeedElemRestrictionStridedCreate() local
176 PetscCall(DMPlexGetDepth(dm, &depth)); in DMPlexCeedElemRestrictionStridedCreate()
178 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate()
504 PetscInt depth; in GetGlobalDMPlexPolytopeType() local
506 PetscCall(DMPlexGetDepth(dm, &depth)); in GetGlobalDMPlexPolytopeType()
508 ids[0] = depth - height; in GetGlobalDMPlexPolytopeType()
536 static inline PetscErrorCode GetClosurePermutationAndFieldOffsetAtDepth(DM dm, PetscInt depth, Pets… in GetClosurePermutationAndFieldOffsetAtDepth() argument
565 field_size = PetscPowInt(num_dof_1d, depth) * num_components; in GetClosurePermutationAndFieldOffsetAtDepth()
572 … PetscCall(PetscSectionGetClosurePermutation(section, (PetscObject)dm, depth, size, permutation)); in GetClosurePermutationAndFieldOffsetAtDepth()
1185 PetscInt depth; in DMGetStratumISAtHeight() local
[all …]
/honee/
H A DDoxyfile2737 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2738 # generated by dot. A depth value of 3 means that only nodes reachable from the
2743 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.