Lines Matching refs:depth
172 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
1190 PetscCall(DMPlexGetDepth(dm, &depth)); in DMGetStratumISAtHeight()
1192 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMGetStratumISAtHeight()