LifeV
ComposedOperator.hpp File Reference
#include <Epetra_Operator.h>
#include <Epetra_MultiVector.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/util/Displayer.hpp>
+ Include dependency graph for ComposedOperator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ComposedOperator< OperatorType >
 ComposedOperator -. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Detailed Description

Author
Simone Deparis, Paolo Crosetto Paolo Crosetto
Date
2009-03-25 Class handling a preconditioner defined as a composition of operators. The class is templated so that the operators that define the preconditioner can be general (matrices, other preconditioners, other composed preconditioners, etc.). It is similar to the thyra package in Trilinos although it doesn't depend on it.

Definition in file ComposedOperator.hpp.