Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c894 PetscCall(DMPlexGetConeRecursive(dm, is, &depth, &iss, &sects)); in TestExpandPoints()
1137 …PetscCall(DMPlexGetConeRecursive(idm, boundary_is, &bnd0->depth, &boundary_expanded_iss, &bnd0->se… in DMPlexGetExpandedBoundary_Private()
/petsc/include/
H A Dpetscdmplex.h44 PETSC_EXTERN PetscErrorCode DMPlexGetConeRecursive(DM, IS, PetscInt *, IS *[], PetscSection *[]);
/petsc/src/dm/impls/plex/
H A Dplexsfc.c745 PetscCall(DMPlexGetConeRecursive(dm, face_is, &depth, &is_arrays, &section_arrays)); in DMPlexCorrectOrientationForIsoperiodic()
H A Dplex.c3283 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