Lines Matching refs:depth_
3324 PetscInt d, depth_, i, n, newn, cn, co, start, end; in DMPlexGetConeRecursive() local
3336 PetscCall(DMPlexGetDepth(dm, &depth_)); in DMPlexGetConeRecursive()
3337 PetscCall(PetscCalloc1(depth_, &expandedPoints_)); in DMPlexGetConeRecursive()
3338 PetscCall(PetscCalloc1(depth_, §ions_)); in DMPlexGetConeRecursive()
3340 for (d = depth_ - 1; d >= 0; d--) { in DMPlexGetConeRecursive()
3370 *depth = depth_; in DMPlexGetConeRecursive()
3373 for (d = 0; d < depth_; d++) PetscCall(ISDestroy(&expandedPoints_[d])); in DMPlexGetConeRecursive()
3378 for (d = 0; d < depth_; d++) PetscCall(PetscSectionDestroy(§ions_[d])); in DMPlexGetConeRecursive()
3408 PetscInt d, depth_; in DMPlexRestoreConeRecursive() local
3411 PetscCall(DMPlexGetDepth(dm, &depth_)); in DMPlexRestoreConeRecursive()
3412 …PetscCheck(!depth || *depth == depth_, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "depth changed since … in DMPlexRestoreConeRecursive()
3415 for (d = 0; d < depth_; d++) PetscCall(ISDestroy(&(*expandedPoints)[d])); in DMPlexRestoreConeRecursive()
3419 for (d = 0; d < depth_; d++) PetscCall(PetscSectionDestroy(&(*sections)[d])); in DMPlexRestoreConeRecursive()