iterative_linear_solver.h File Reference
#include "matrices.h"
#include "problem.h"
#include "linear_solver.h"
#include "preconditioner.h"

Go to the source code of this file.

Classes

class  oomph::IterativeLinearSolver
 
class  oomph::CG< MATRIX >
 The conjugate gradient method. More...
 
class  oomph::BiCGStab< MATRIX >
 The conjugate gradient method. More...
 
class  oomph::Smoother
 
class  oomph::GS< MATRIX >
 The Gauss Seidel method. More...
 
class  oomph::GS< CRDoubleMatrix >
 
class  oomph::DampedJacobi< MATRIX >
 
class  oomph::GMRES< MATRIX >
 The GMRES method. More...
 
class  oomph::AugmentedProblemGMRES
 The GMRES method. More...
 

Namespaces

 oomph
 DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).