Searched refs:DMShellSetCreateInterpolation (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 28 PETSC_EXTERN PetscErrorCode DMShellSetCreateInterpolation(DM, PetscErrorCode (*)(DM, DM, Mat *, Vec…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 452 petsc.DMShellSetCreateInterpolation 460 CHKERR(DMShellSetCreateInterpolation(self.dm, DMSHELL_CreateInterpolation)) 462 CHKERR(DMShellSetCreateInterpolation(self.dm, NULL))
|
| H A D | petscdmshell.pxi | 60 PetscErrorCode DMShellSetCreateInterpolation(PetscDM, PetscDMShellCreateInterpolationFunction)
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex65.c | 46 PetscCall(DMShellSetCreateInterpolation(*shell, CreateInterpolation)); in MyDMShellCreate()
|
| H A D | ex73.c | 544 PetscCall(DMShellSetCreateInterpolation(*dms, DMCreateInterpolation_ShellDA)); in DMShellCreate_ShellDA()
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 814 PetscErrorCode DMShellSetCreateInterpolation(DM dm, PetscErrorCode (*interp)(DM, DM, Mat *, Vec *)) in DMShellSetCreateInterpolation() function
|