| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 64 …PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, PetscBool guesszero, PetscInt *outit… in ourapplyrichardson() argument 66 …fortran_func_pointers[2]))(&pc, &x, &y, &w, &rtol, &abstol, &dtol, &m, &guesszero, outits, reason,… in ourapplyrichardson()
|
| /petsc/src/ksp/pc/impls/sor/ |
| H A D | sor.c | 52 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson_SOR() argument 58 if (guesszero) stype = (MatSORType)(stype | SOR_ZERO_INITIAL_GUESS); in PCApplyRichardson_SOR()
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 220 …PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, PetscBool guesszero, PetscInt *its, … in gauss_seidel() argument 245 …PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, PetscBool guesszero, PetscInt *its, … in jacobi_smoother() argument
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 231 …etscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt it, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson_Shell() argument 239 …lyrichardson", (*shell->applyrich)(pc, x, y, w, rtol, abstol, dtol, it, guesszero, outits, reason)… in PCApplyRichardson_Shell()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 962 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson() argument 971 …PetscUseTypeMethod(pc, applyrichardson, b, y, w, rtol, abstol, dtol, its, guesszero, outits, reaso… in PCApplyRichardson()
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 1357 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson_HYPRE_BoomerAMG() argument 2836 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson_PFMG() argument 3090 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson_SysPFMG() argument 3271 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool guesszero, PetscInt *outit… in PCApplyRichardson_SMG() argument
|