Go to the source code of this file.
Classes | |
class | oomph::IterativeLinearSolver |
Base class for all linear iterative solvers. This merely defines standard interfaces for linear iterative solvers, so that different solvers can be used in a clean and transparent manner. More... | |
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 > |
Explicit template specialisation of the Gauss Seidel method for compressed row format matrices. More... | |
class | oomph::DampedJacobi< MATRIX > |
class | oomph::GMRES< MATRIX > |
The GMRES method. More... | |
Namespaces | |
oomph | |