LifeV
BelosOperator.hpp File Reference

BelosOperator. More...

#include <BelosEpetraAdapter.hpp>
#include <BelosSolverManager.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_RefCountPtr.hpp>
#include <lifev/core/operator/SolverOperator.hpp>
+ Include dependency graph for BelosOperator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BelosOperator
 Class which defines the interface of an Invertible Linear Operator through belos. More...
 

Namespaces

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

Functions

SolverOperator * createBelosOperator ()
 

Variables

static bool registerBelos = SolverOperatorFactory::instance().registerProduct ( "Belos", &createBelosOperator )
 

Detailed Description

BelosOperator.

Author
Umberto Villa
Date
2010-09-28 Interface to the Belos linear solver in Trilinos. This interface requires the user to provide the preconditioner in the form of a LinearOperator.
Author
Umberto Villa umber.nosp@m.to.v.nosp@m.illa@.nosp@m.gmai.nosp@m.l.com
Date
28-09-2010

Definition in file BelosOperator.hpp.