| /petsc/src/ksp/ksp/impls/gmres/fgmres/ |
| H A D | modpcf.c | 76 PetscReal rtol, abstol, dtol; in KSPFlexibleModifyPCKSP() local
|
| /petsc/src/mat/tutorials/ |
| H A D | ex16.c | 19 PetscReal norm, percent, val, dtol = 1.e-16; in main() local
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 220 …idel(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, P… in gauss_seidel() 245 …ther(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, P… in jacobi_smoother()
|
| /petsc/src/mat/impls/aij/seq/superlu/ |
| H A D | superlu.c | 461 static PetscErrorCode MatSuperluSetILUDropTol_SuperLU(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol_SuperLU() 486 PetscErrorCode MatSuperluSetILUDropTol(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol()
|
| /petsc/src/ksp/pc/impls/sor/ |
| H A D | sor.c | 52 …on_SOR(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_SOR()
|
| /petsc/include/petsc/private/ |
| H A D | pcmgimpl.h | 72 …PetscReal rtol, abstol, dtol, ttol; /* tolerances for when running with PCApplyRichardson_MG … member
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_coarsedm.c | 363 …arseDM(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_Telescope_CoarseDM()
|
| H A D | telescope.c | 618 …escope(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_Telescope()
|
| H A D | telescope_dmda.c | 932 …e_dmda(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_Telescope_dmda()
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 88 …ace_shared, const int stride_shared, PetscReal rtol, PetscReal atol, PetscReal dtol, PetscInt maxi… in BJSolve_TFQMR() 330 …ace_shared, const int stride_shared, PetscReal rtol, PetscReal atol, PetscReal dtol, PetscInt maxi… in BJSolve_BICG() 541 PetscReal rtol = jac->ksp->rtol, atol = jac->ksp->abstol, dtol = jac->ksp->divtol; in PCApply_BJKOKKOS() local
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 231 …_Shell(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt it, … in PCApplyRichardson_Shell() 869 …apply)(PC pc, Vec b, Vec x, Vec r, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt maxi… in PCShellSetApplyRichardson()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmimpl.c | 289 PetscReal rtol, atol, dtol; in MatDuplicate_LMVM() local
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 591 PetscReal rtol, abstol, dtol; in PCMGGetSmootherUp() local
|
| H A D | mg.c | 124 …son_MG(PC pc, Vec b, Vec x, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_MG()
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 1357 …merAMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_HYPRE_BoomerAMG() 2836 …n_PFMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_PFMG() 3090 …ysPFMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_SysPFMG() 3271 …on_SMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_SMG()
|
| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 64 …ardson(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, P… in ourapplyrichardson()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itfunc.c | 1641 …Tolerances(KSP ksp, PeOp PetscReal *rtol, PeOp PetscReal *abstol, PeOp PetscReal *dtol, PeOp Petsc… in KSPGetTolerances() 1693 PetscErrorCode KSPSetTolerances(KSP ksp, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt… in KSPSetTolerances()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 962 …ardson(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson()
|