KSPGMRESGetCGSRefinementType#

Gets the type of iterative refinement to use in the classical Gram Schmidt orthogonalization.

Synopsis#

Not Collective

Input Parameter#

  • ksp - the Krylov space context

Output Parameter#

  • type - the type of refinement

Options Database Key#

  • -ksp_gmres_cgs_refinement_type <refine_never,refine_ifneeded,refine_always> - type of refinement

See Also#

KSP: Linear System Solvers, KSPGMRES, KSPGMRESSetOrthogonalization(), KSPGMRESCGSRefinementType, KSPGMRESClassicalGramSchmidtOrthogonalization(), KSPGMRESSetCGSRefinementType(), KSPGMRESGetOrthogonalization()

Level#

intermediate

Location#

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

Implementations#

KSPGMRESGetCGSRefinementType_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