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 |
Smoother class: The smoother class is designed for to be used in conjunction with multigrid. The action of the smoother should reduce the high frequency errors. These methods are inefficient as stand-alone solvers. More... | |
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 > |
Damped Jacobi "solver" templated by matrix type. The "solver" exists in many different incarnations: It's an IterativeLinearSolver, and a Smoother, all of which use the same basic iteration. More... | |
class | oomph::GMRES< MATRIX > |
The GMRES method. More... | |
class | oomph::AugmentedProblemGMRES |
The GMRES method. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |