Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D311.md104 (made public) and DMPlexGetRedundantDM().
/petsc/src/dm/impls/plex/tests/
H A Dex12.c145 PetscCall(DMPlexGetRedundantDM(*dm, &sf, &pdm)); in CreateMesh()
/petsc/include/
H A Dpetscdmplex.h281 PETSC_EXTERN PetscErrorCode DMPlexGetRedundantDM(DM, PetscSF *, DM *);
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2352 PetscErrorCode DMPlexGetRedundantDM(DM dm, PetscSF *sf, PeOp DM *redundantMesh) in DMPlexGetRedundantDM() function
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h764 PetscCall(DMPlexGetRedundantDM(base, &sf, &dmRedundant)); in DMSetUp_pforest()