LifeV
|
#include <Epetra_CrsMatrix.h>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/linear_algebra/LinearOperatorAlgebra.hpp>
#include <lifev/core/util/FactorySingleton.hpp>
#include <lifev/core/util/Factory.hpp>
Go to the source code of this file.
Data Structures | |
class | RowMatrixPreconditioner |
Abstract class to construct preconditioners from a matrix in Epetra_CsrFormat. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::Operators | |
Typedefs | |
typedef FactorySingleton< Factory< RowMatrixPreconditioner, std::string > > | RowMatrixPreconditionerFactory |
RowMatrixPreconditionerFactory should be used for the creation of concrete instances of RowMatrixPreconditioner More... | |