LifeV
AztecooOperatorAlgebra.hpp File Reference
#include <AztecOO.h>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/linear_algebra/InvertibleOperator.hpp>
+ Include dependency graph for AztecooOperatorAlgebra.hpp:
+ This graph shows which files directly or indirectly include this file:

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 )