Searched refs:DMShellSetRefine (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 26 PETSC_EXTERN PetscErrorCode DMShellSetRefine(DM, PetscErrorCode (*)(DM, MPI_Comm, DM *));
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 420 setCoarsen, petsc.DMShellSetRefine 428 CHKERR(DMShellSetRefine(self.dm, DMSHELL_Refine)) 430 CHKERR(DMShellSetRefine(self.dm, NULL))
|
| H A D | petscdmshell.pxi | 59 PetscErrorCode DMShellSetRefine(PetscDM, PetscDMShellTransferFunction)
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex65.c | 44 PetscCall(DMShellSetRefine(*shell, Refine)); in MyDMShellCreate()
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 762 PetscErrorCode DMShellSetRefine(DM dm, PetscErrorCode (*refine)(DM, MPI_Comm, DM *)) in DMShellSetRefine() function
|