belosSolver_decl.hh File Reference

#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

 concepts
 Basic namespace for Concepts-2.
 

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)
 Sets the solver type to one of the followings. More...
 
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)
 precType can assume the following parameters More...
 

Detailed Description

Concepts interface to Trilinos Belos solvers.

Author
Holger Brandsmeier, ETHZ, 2011
Christian Heier, TUB, 2012

Definition in file belosSolver_decl.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich