#include "belosSolver.hh"
#include <BelosLinearProblem.hpp>
#include <BelosBlockGmresSolMgr.hpp>
#include <BelosPseudoBlockCGSolMgr.hpp>
#include <BelosBlockCGSolMgr.hpp>
#include <BelosMinresSolMgr.hpp>
#include <BelosPseudoBlockGmresSolMgr.hpp>
#include <Teuchos_ArrayView.hpp>
#include <Ifpack2_Factory.hpp>
#include "ctype.h"
Go to the source code of this file.
Namespaces | |
namespace | concepts |
Functions | |
template<class T > | |
Teuchos::RCP< Belos::SolverManager< T, Tpetra::MultiVector< T, int >, Tpetra::Operator< T > > > | concepts::createBelosSolverMgr (std::string solverType, const Teuchos::RCP< Teuchos::ParameterList > &solverParam, Teuchos::RCP< Belos::LinearProblem< T, Tpetra::MultiVector< T, int >, Tpetra::Operator< T > > > linearProblem) |
template<class T > | |
Teuchos::RCP< Ifpack2::Preconditioner< T > > | concepts::createIfpackPrec (std::string precType, Teuchos::RCP< Teuchos::ParameterList > precParam, const Teuchos::RCP< const Tpetra::CrsMatrix< T, int > > A) |
Concepts interface to Trilinos Belos solvers.
Definition in file belosSolver_decl.hh.