KSPGMRESSetBreakdownTolerance#

Sets tolerance for determining divergence breakdown in GMRES.

Synopsis#

Logically Collective on ksp

Input Parameters#

  • ksp - the Krylov space context

  • tol - the tolerance

Options Database#

  • -ksp_gmres_breakdown_tolerance - set tolerance for determining divergence breakdown

Note: divergence breakdown occurs when GMRES residual increases significantly during restart

See Also#

KSPSetTolerances(), KSPGMRESSetHapTol()

Level#

intermediate

Location#

src/ksp/ksp/impls/gmres/gmres.c

Implementations#

KSPGMRESSetBreakdownTolerance_GMRES in src/ksp/ksp/impls/gmres/gmres.c


Edit on GitLab

Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages