| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 64 …cReal abstol, PetscReal dtol, PetscInt m, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in ourapplyrichardson() argument 66 …func_pointers[2]))(&pc, &x, &y, &w, &rtol, &abstol, &dtol, &m, &guesszero, outits, reason, &ierr)); in ourapplyrichardson()
|
| /petsc/src/ksp/pc/impls/sor/ |
| H A D | sor.c | 52 …eal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_SOR() argument 61 *outits = its; in PCApplyRichardson_SOR()
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_coarsedm.c | 363 …eal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_Telescope_CoarseDM() argument 393 *outits = 1; in PCApplyRichardson_Telescope_CoarseDM()
|
| H A D | telescope.c | 618 …eal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_Telescope() argument 663 *outits = 1; in PCApplyRichardson_Telescope()
|
| H A D | telescope_dmda.c | 932 …eal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_Telescope_dmda() argument 985 *outits = 1; in PCApplyRichardson_Telescope_dmda()
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 231 …Real abstol, PetscReal dtol, PetscInt it, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_Shell() argument 239 …yrichardson", (*shell->applyrich)(pc, x, y, w, rtol, abstol, dtol, it, guesszero, outits, reason)); in PCApplyRichardson_Shell()
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 1357 …eal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_HYPRE_BoomerAMG() argument 1370 *outits = oits; in PCApplyRichardson_HYPRE_BoomerAMG() 2836 …eal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_PFMG() argument 2848 *outits = oits; in PCApplyRichardson_PFMG() 3090 …eal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_SysPFMG() argument 3101 *outits = oits; in PCApplyRichardson_SysPFMG() 3271 …eal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_SMG() argument 3283 *outits = oits; in PCApplyRichardson_SMG()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 962 …eal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson() argument 971 …PetscUseTypeMethod(pc, applyrichardson, b, y, w, rtol, abstol, dtol, its, guesszero, outits, reaso… in PCApplyRichardson()
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 325 …cReal atol, PetscReal dtol,PetscInt maxits,PetscBool zeroguess,PetscInt *outits,PCRichardsonConver…
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 124 …eal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outits, PCRichardsonConve… in PCApplyRichardson_MG() argument 194 *outits = i; in PCApplyRichardson_MG()
|