Home
last modified time | relevance | path

Searched refs:DMShellGetCoarsen (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h25 PETSC_EXTERN PetscErrorCode DMShellGetCoarsen(DM, PetscErrorCode (**)(DM, MPI_Comm, DM *));
/petsc/src/dm/impls/shell/
H A Ddmshell.c737 PetscErrorCode DMShellGetCoarsen(DM dm, PetscErrorCode (**coarsen)(DM, MPI_Comm, DM *)) in DMShellGetCoarsen() function