Home
last modified time | relevance | path

Searched defs:dtol (Results 1 – 18 of 18) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dmodpcf.c76 PetscReal rtol, abstol, dtol; in KSPFlexibleModifyPCKSP() local
/petsc/src/mat/tutorials/
H A Dex16.c19 PetscReal norm, percent, val, dtol = 1.e-16; in main() local
/petsc/src/ksp/pc/tests/
H A Dex5.c220 …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 Dsuperlu.c461 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 Dsor.c52 …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 Dpcmgimpl.h72 …PetscReal rtol, abstol, dtol, ttol; /* tolerances for when running with PCApplyRichardson_MG … member
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_coarsedm.c363 …arseDM(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_Telescope_CoarseDM()
H A Dtelescope.c618 …escope(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson_Telescope()
H A Dtelescope_dmda.c932 …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 Dbjkokkos.kokkos.cxx88 …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 Dshellpc.c231 …_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 Dlmvmimpl.c289 PetscReal rtol, atol, dtol; in MatDuplicate_LMVM() local
/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c591 PetscReal rtol, abstol, dtol; in PCMGGetSmootherUp() local
H A Dmg.c124 …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 Dhypre.c1357 …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 Dzshellpcf.c64 …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 Ditfunc.c1641 …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 Dprecon.c962 …ardson(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its,… in PCApplyRichardson()