Searched refs:DMPlexGetConeRecursive (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 894 PetscCall(DMPlexGetConeRecursive(dm, is, &depth, &iss, §s)); in TestExpandPoints() 1137 …PetscCall(DMPlexGetConeRecursive(idm, boundary_is, &bnd0->depth, &boundary_expanded_iss, &bnd0->se… in DMPlexGetExpandedBoundary_Private()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 44 PETSC_EXTERN PetscErrorCode DMPlexGetConeRecursive(DM, IS, PetscInt *, IS *[], PetscSection *[]);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 745 PetscCall(DMPlexGetConeRecursive(dm, face_is, &depth, &is_arrays, §ion_arrays)); in DMPlexCorrectOrientationForIsoperiodic()
|
| H A D | plex.c | 3283 PetscCall(DMPlexGetConeRecursive(dm, points, &depth, &expandedPointsAll, NULL)); in DMPlexGetConeRecursiveVertices() 3320 PetscErrorCode DMPlexGetConeRecursive(DM dm, IS points, PeOp PetscInt *depth, PeOp IS *expandedPoin… in DMPlexGetConeRecursive() function
|