Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h27 PETSC_EXTERN PetscErrorCode DMShellGetRefine(DM, PetscErrorCode (**)(DM, MPI_Comm, DM *));
/petsc/src/dm/impls/shell/
H A Ddmshell.c789 PetscErrorCode DMShellGetRefine(DM dm, PetscErrorCode (**refine)(DM, MPI_Comm, DM *)) in DMShellGetRefine() function