LinIter.hpp File Reference

Class template LinIter<T> for the damped preconditioned linear iteration. More...

#include "LinSolver.hpp"
#include "sgfatal.hpp"

Include dependency graph for LinIter.hpp:

This graph shows which files directly or indirectly include this file:


Classes

class  LinIter< T >
 Template for the damped preconditioned linear iteration for solving linear systems $ \mathbf{A} u = f $ with SysMatrix<T>-matrices $ \mathbf{A} $. The iteration has the form $ u^{k+1} = u^k + \mathbf{W}^{-1} (f - \mathbf{A} u^k) $. Here $ u^k $ is the guess for the solution in the $ k $-th iteration, and $ \mathbf{W} $ is the preconditioner. More...

Detailed Description

Class template LinIter<T> for the damped preconditioned linear iteration.

Date:
Aug. 26, 2004 - created

Generated on Fri Sep 21 12:33:24 2007 for SG2 by  doxygen 1.5.2