Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c3324 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_, &sections_)); 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(&sections_[d])); in DMPlexGetConeRecursive()
3408 PetscInt d, depth_; in DMPlexRestoreConeRecursive() local
3411 PetscCall(DMPlexGetDepth(dm, &depth_)); in DMPlexRestoreConeRecursive()
[all …]