LifeV
|
#include <BelosEpetraAdapter.hpp>
#include <BelosSolverManager.hpp>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/linear_algebra/InvertibleOperator.hpp>
#include <lifev/core/util/LifeChrono.hpp>
Go to the source code of this file.
Data Structures | |
class | BelosOperatorAlgebra |
InvertibleOperator interface to Belos in Trilinos. BelosOperator requires the operator to be solved and the preconditioner in the form of LinearOperator. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::Operators | |
LifeV::Operators::anonymous_namespace{BelosOperatorAlgebra.hpp} | |
Functions | |
InvertibleOperator * | createBelosOperatorAlgebra () |
Variables | |
static bool | registerBelosAlgebra = InvertibleOperatorFactory::instance().registerProduct( "Belos", &createBelosOperatorAlgebra ) |