Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h26 PETSC_EXTERN PetscErrorCode DMShellSetRefine(DM, PetscErrorCode (*)(DM, MPI_Comm, DM *));
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx420 setCoarsen, petsc.DMShellSetRefine
428 CHKERR(DMShellSetRefine(self.dm, DMSHELL_Refine))
430 CHKERR(DMShellSetRefine(self.dm, NULL))
H A Dpetscdmshell.pxi59 PetscErrorCode DMShellSetRefine(PetscDM, PetscDMShellTransferFunction)
/petsc/src/ksp/ksp/tutorials/
H A Dex65.c44 PetscCall(DMShellSetRefine(*shell, Refine)); in MyDMShellCreate()
/petsc/src/dm/impls/shell/
H A Ddmshell.c762 PetscErrorCode DMShellSetRefine(DM dm, PetscErrorCode (*refine)(DM, MPI_Comm, DM *)) in DMShellSetRefine() function