Home
last modified time | relevance | path

Searched refs:DMShellSetCreateInterpolation (Results 1 – 6 of 6) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h28 PETSC_EXTERN PetscErrorCode DMShellSetCreateInterpolation(DM, PetscErrorCode (*)(DM, DM, Mat *, Vec…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx452 petsc.DMShellSetCreateInterpolation
460 CHKERR(DMShellSetCreateInterpolation(self.dm, DMSHELL_CreateInterpolation))
462 CHKERR(DMShellSetCreateInterpolation(self.dm, NULL))
H A Dpetscdmshell.pxi60 PetscErrorCode DMShellSetCreateInterpolation(PetscDM, PetscDMShellCreateInterpolationFunction)
/petsc/src/ksp/ksp/tutorials/
H A Dex65.c46 PetscCall(DMShellSetCreateInterpolation(*shell, CreateInterpolation)); in MyDMShellCreate()
H A Dex73.c544 PetscCall(DMShellSetCreateInterpolation(*dms, DMCreateInterpolation_ShellDA)); in DMShellCreate_ShellDA()
/petsc/src/dm/impls/shell/
H A Ddmshell.c814 PetscErrorCode DMShellSetCreateInterpolation(DM dm, PetscErrorCode (*interp)(DM, DM, Mat *, Vec *)) in DMShellSetCreateInterpolation() function