#include <F_GmresR_LS.hpp>
Inheritance diagram for F_GmresR_LS:
Purpose: GMRESR krylov solver, is a GMRES* with GMRES, for non symmetric linear system Used to solve a set of linearized differencial equations,.... GMRESR 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.
@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
F_GmresR_LS (int maxIterations, int l=5, int innerIter=10, int m=10, double epsilon=1.0e-4) | |
virtual | ~F_GmresR_LS () |