LifeV
AztecooOperator.hpp File Reference

AztecooOperator. More...

#include <AztecOO.h>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/operator/SolverOperator.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
+ Include dependency graph for AztecooOperator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  AztecooOperator
 Abstract class which defines the interface of an Invertible Linear Operator. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::Operators
 
 LifeV::Operators::anonymous_namespace{AztecooOperator.hpp}
 

Functions

SolverOperator * createAztecooOperator ()
 

Variables

static bool registerAztecoo = SolverOperatorFactory::instance().registerProduct ( "AztecOO", &createAztecooOperator )
 

Detailed Description

AztecooOperator.

Author
Umberto Villa
Date
2010-09-03 Interface to the AztecOO linear solver in Trilinos. This interface requires the user to provide the preconditioner in the form of a LinearOperator. If no preconditioner is provided, AztecOO will use unpreconditioned Krylov methods.
Author
Umberto Villa umber.nosp@m.to.v.nosp@m.illa@.nosp@m.gmai.nosp@m.l.com
Date
03-09-2010

Definition in file AztecooOperator.hpp.