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

KSPMINRES

This code implements the MINRES (Minimum Residual) method.

Options Database Keys

see KSPSolve() - Many br Many br

Notes: The operator and the preconditioner must be symmetric and the preconditioner must Many brbe positive definite for this method. Many brSupports only left preconditioning. Many br

Reference: Paige & Saunders, 1975. Many br

Contributed by: Robert Scheichl: maprs@maths.bath.ac.uk Many br

See Also

KSPCreate(), KSPSetType(), KSPType (for list of available types), KSP, KSPCG, KSPCR

Level:beginner
Location:
src/ksp/ksp/impls/minres/minres.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages