Home
last modified time | relevance | path

Searched refs:PCShellSetApplyRichardson (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/pc/tests/
H A Dex5.c109 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 Dzshellpcf.c158 *ierr = PCShellSetApplyRichardson(*pc, ourapplyrichardson); in pcshellsetapplyrichardson_()
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c869 PetscErrorCode PCShellSetApplyRichardson(PC pc, PetscErrorCode (*apply)(PC pc, Vec b, Vec x, Vec r,… in PCShellSetApplyRichardson() function
/petsc/include/
H A Dpetscpc.h187 PETSC_EXTERN PetscErrorCode PCShellSetApplyRichardson(PC, PetscErrorCode (*)(PC, Vec, Vec, Vec, Pet…