#include <F_GmresRAlt_LS.hpp>
Inheritance diagram for F_GmresRAlt_LS:
Purpose: GmresRAlt krylov solver, is a GMRES* with MGCR, for non symmetric/indefinite linear system Used to solve a set of linearized differencial equations,.... GmresRAlt is a member of the GMRES* combined iterative solver. Paper: "Parallel Iterative Solution Methods for Linear Systems arising fron Discretized PDE's.", Henk A. Van der Vorst, Report 1995, University of Utrecht, Netherland. "Iterative Methods for Linear Systems and Implementation on Parallel Computers.", Henk A. Van der Vorst, Lecture 1994, University of Utrecht, Netherland. "GmresR: A familly of nested GMRES methods", Henk A. Van der Vorst & C. Vuik, Report 91-80, TU Delft, Netherland. "New insights in Gmres-like methods with variable preconditioners.", Kees Vuik, Report 93-10, TU Delft, Netherland.
Public Methods | |
F_GmresRAlt_LS (int maxIterations, int l=5, int innerIter=10, int m=10, double epsilon=1.0e-4) | |
virtual | ~F_GmresRAlt_LS () |