petsc-3.7.1 2016-05-15
Report Typos and Errors

KSP_GMRES_CGS_REFINE_NEVER

Do two steps of the classical (unmodified) Gram-Schmidt process. Many br

Note: This is roughly twice the cost of KSP_GMRES_CGS_REFINE_NEVER because it performs the process twice Many brbut it saves the extra norm calculation needed by KSP_GMRES_CGS_REFINE_IFNEEDED. Many br

You should only use this if you absolutely know that the iterative refinement is needed. Many br

See Also

KSPGMRESClassicalGramSchmidtOrthogonalization(), KSPGMRESSetOrthogonalization(), KSPGMRESGetOrthogonalization(),
KSPGMRESSetCGSRefinementType(), KSPGMRESGetCGSRefinementType(), KSP_GMRES_CGS_REFINE_IFNEEDED, KSP_GMRES_CGS_REFINE_ALWAYS, Many brKSPGMRESModifiedGramSchmidtOrthogonalization() Many br

Level:advanced
Location:
src/ksp/ksp/../../../include/petscksp.h
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages