Searched refs:DMPlexRestoreConeRecursive (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 913 PetscCall(DMPlexRestoreConeRecursive(dm, is, &depth, &iss, §s)); in TestExpandPoints() 1183 …if (rank == rootrank) PetscCall(DMPlexRestoreConeRecursive(idm, boundary_is, &bnd0->depth, &bounda… in DMPlexGetExpandedBoundary_Private()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 45 PETSC_EXTERN PetscErrorCode DMPlexRestoreConeRecursive(DM, IS, PetscInt *, IS *[], PetscSection *[]…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 804 PetscCall(DMPlexRestoreConeRecursive(dm, face_is, &depth, &is_arrays, §ion_arrays)); in DMPlexCorrectOrientationForIsoperiodic()
|
| H A D | plex.c | 3286 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
|