KSPGMRESModifiedGramSchmidtOrthogonalization#
This is the basic orthogonalization routine using modified Gram-Schmidt.
Synopsis#
Collective
Input Parameters#
Options Database Keys#
-ksp_gmres_modifiedgramschmidt - Activates
KSPGMRESModifiedGramSchmidtOrthogonalization()
Notes#
In general this is much slower than KSPGMRESClassicalGramSchmidtOrthogonalization()
but has better stability properties.
See Also#
KSP: Linear System Solvers, KSPGMRESSetOrthogonalization()
, KSPGMRESClassicalGramSchmidtOrthogonalization()
, KSPGMRESGetOrthogonalization()
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex5f.F90
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages