|
HermesCommon
3.0
|
General functionality for preconditioners. Contains class Precond. More...
Go to the source code of this file.
Classes | |
| class | Hermes::Preconditioners::Precond< Scalar > |
| Abstract class to define interface for preconditioners. More... | |
| class | Hermes::Preconditioners::EpetraPrecond< Scalar > |
| Abstract class for Epetra preconditioners. More... | |
Namespaces | |
| Hermes | |
| General namespace for the Hermes library. | |
| Hermes::Preconditioners | |
| Namespace containing objects for preconditioners. | |
Enumerations | |
| enum | Hermes::Preconditioners::PreconditionerType { Jacobi = 0, MultiColoredSGS = 1, ILU = 2, MultiColoredILU = 3, IC = 4, AIChebyshev = 5, MultiElimination = 6, SaddlePoint = 7 } |
| The preconditioner type. | |
General functionality for preconditioners. Contains class Precond.
Definition in file precond.h.