Home
last modified time | relevance | path

Searched defs:abstol (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/mat/utils/
H A Dzerodiag.c58 PetscErrorCode MatReorderForNonzeroDiagonal(Mat mat, PetscReal abstol, IS ris, IS cis) in MatReorderForNonzeroDiagonal()
70 PETSC_INTERN PetscErrorCode MatReorderForNonzeroDiagonal_SeqAIJ(Mat mat, PetscReal abstol, IS ris, … in MatReorderForNonzeroDiagonal_SeqAIJ()
/petsc/src/snes/impls/gs/
H A Dgsimpl.h10 PetscReal abstol; /* absolute tolerance of the inner pointblock solver */ member
H A Dsnesgs.c33 PetscErrorCode SNESNGSSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, Pe… in SNESNGSSetTolerances()
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dmodpcf.c76 PetscReal rtol, abstol, dtol; in KSPFlexibleModifyPCKSP() local
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.h39 PetscReal abstol; /* only for using SS flag in SUNDIALS */ member
/petsc/src/ksp/pc/tests/
H A Dex5.c220 PetscErrorCode gauss_seidel(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, PetscRe… in gauss_seidel()
245 PetscErrorCode jacobi_smoother(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, Pets… in jacobi_smoother()
/petsc/src/snes/tests/
H A Dex5.c31 PetscReal abstol, rtol, stol, norm; in main() local
/petsc/src/snes/tutorials/
H A Dex2.c41 PetscReal abstol, rtol, stol, norm; in main() local
H A Dex3k.kokkos.cxx228 PetscReal abstol, rtol, stol, norm; in main() local
H A Dex3.c87 PetscReal abstol, rtol, stol, norm; in main() local
/petsc/src/mat/tests/
H A Dex116.c27 PetscReal vl, vu, abstol = 1.e-8; in main() local
H A Dex120.c19 PetscReal vl, vu, abstol = 1.e-8; in main() local
/petsc/src/ksp/ksp/interface/
H A Ditcl.c346 PetscReal rtol, abstol, divtol; in KSPSetFromOptions() local
H A Ditfunc.c1641 PetscErrorCode KSPGetTolerances(KSP ksp, PeOp PetscReal *rtol, PeOp PetscReal *abstol, PeOp PetscRe… in KSPGetTolerances()
1693 PetscErrorCode KSPSetTolerances(KSP ksp, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt… in KSPSetTolerances()
/petsc/src/ksp/pc/impls/sor/
H A Dsor.c52 …e PCApplyRichardson_SOR(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_SOR()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_coarsedm.c363 …dson_Telescope_CoarseDM(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_Telescope_CoarseDM()
H A Dtelescope.c618 …plyRichardson_Telescope(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_Telescope()
H A Dtelescope_dmda.c932 …chardson_Telescope_dmda(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_Telescope_dmda()
/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/shell/
H A Dshellpc.c231 …PCApplyRichardson_Shell(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_Shell()
869 …PetscErrorCode (*apply)(PC pc, Vec b, Vec x, Vec r, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCShellSetApplyRichardson()
/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c591 PetscReal rtol, abstol, dtol; in PCMGGetSmootherUp() local
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c1357 …hardson_HYPRE_BoomerAMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_HYPRE_BoomerAMG()
2836 … PCApplyRichardson_PFMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_PFMG()
3090 …ApplyRichardson_SysPFMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_SysPFMG()
3271 …e PCApplyRichardson_SMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in PCApplyRichardson_SMG()
/petsc/src/ksp/pc/impls/shell/ftn-custom/
H A Dzshellpcf.c64 …Code ourapplyrichardson(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dt… in ourapplyrichardson()
/petsc/src/tao/tutorials/
H A Dex4.c22 PetscReal abstol; member
/petsc/src/ksp/pc/interface/
H A Dprecon.c962 PetscErrorCode PCApplyRichardson(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, Pets… in PCApplyRichardson()

12