KSPBCGS#
Implements the BiCGStab (Stabilized version of Biconjugate Gradient) method.
Notes#
Supports left and right preconditioning but not symmetric
See KSPBCGSL
for additional stabilization
See KSPFBCGS
, KSPFBCGSR
, and KSPPIPEBCGS
for flexible and pipelined versions of the algorithm
Reference#
**** -*** van der Vorst, SIAM J. Sci. Stat. Comput., 1992.
See Also#
KSP: Linear System Solvers, KSPFBCGS
, KSPFBCGSR
, KSPPIPEBCGS
, KSPBCGSL
, KSPCreate()
, KSPSetType()
, KSPType
, KSP
, KSPBICG
, KSPBCGSL
, KSPFBICG
, KSPQMRCGS
, KSPSetPCSide()
Level#
beginner
Location#
Examples#
src/ksp/ksp/tutorials/ex7.c
src/ksp/ksp/tutorials/ex7f.F90
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages