Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c913 PetscCall(DMPlexRestoreConeRecursive(dm, is, &depth, &iss, &sects)); in TestExpandPoints()
1183 …if (rank == rootrank) PetscCall(DMPlexRestoreConeRecursive(idm, boundary_is, &bnd0->depth, &bounda… in DMPlexGetExpandedBoundary_Private()
/petsc/include/
H A Dpetscdmplex.h45 PETSC_EXTERN PetscErrorCode DMPlexRestoreConeRecursive(DM, IS, PetscInt *, IS *[], PetscSection *[]…
/petsc/src/dm/impls/plex/
H A Dplexsfc.c804 PetscCall(DMPlexRestoreConeRecursive(dm, face_is, &depth, &is_arrays, &section_arrays)); in DMPlexCorrectOrientationForIsoperiodic()
H A Dplex.c3286 PetscCall(DMPlexRestoreConeRecursive(dm, points, &depth, &expandedPointsAll, NULL)); in DMPlexGetConeRecursiveVertices()
3406 PetscErrorCode DMPlexRestoreConeRecursive(DM dm, IS points, PeOp PetscInt *depth, PeOp IS *expanded… in DMPlexRestoreConeRecursive() function