LifeV
|
#include <AztecOO.h>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/linear_algebra/InvertibleOperator.hpp>
Go to the source code of this file.
Data Structures | |
class | AztecooOperatorAlgebra |
InvertibleOperator interface to AztecOO in Trilinos. AztecooOperator will use the matrix-free Krylov methods in Trilinos, therefore both the operator and the preconditioner must be given in the form of LinearOperator. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::Operators | |
LifeV::Operators::anonymous_namespace{AztecooOperatorAlgebra.hpp} | |
Functions | |
InvertibleOperator * | createAztecooOperatorAlgebra () |
Variables | |
static bool | registerAztecooAlgebra = InvertibleOperatorFactory::instance().registerProduct( "AztecOO", &createAztecooOperatorAlgebra ) |