Searched refs:PCShellSetApplyRichardson (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 109 PetscCall(PCShellSetApplyRichardson(pc, gauss_seidel)); in main() 110 if (use_jacobi) PetscCall(PCShellSetApplyRichardson(pc, jacobi_smoother)); in main()
|
| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 158 *ierr = PCShellSetApplyRichardson(*pc, ourapplyrichardson); in pcshellsetapplyrichardson_()
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 869 PetscErrorCode PCShellSetApplyRichardson(PC pc, PetscErrorCode (*apply)(PC pc, Vec b, Vec x, Vec r,… in PCShellSetApplyRichardson() function
|
| /petsc/include/ |
| H A D | petscpc.h | 187 PETSC_EXTERN PetscErrorCode PCShellSetApplyRichardson(PC, PetscErrorCode (*)(PC, Vec, Vec, Vec, Pet…
|