|
Belos
Version of the Day
|
#include <BelosConfigDefs.hpp>#include <BelosOutputManager.hpp>#include <BelosSolverManager.hpp>#include <BelosBlockCGSolMgr.hpp>#include <BelosBlockGmresSolMgr.hpp>#include <BelosGCRODRSolMgr.hpp>#include <BelosPseudoBlockCGSolMgr.hpp>#include <BelosPseudoBlockGmresSolMgr.hpp>#include <BelosPseudoBlockStochasticCGSolMgr.hpp>#include <BelosLSQRSolMgr.hpp>#include <BelosMinresSolMgr.hpp>#include <BelosGmresPolySolMgr.hpp>#include <BelosPCPGSolMgr.hpp>#include <BelosRCGSolMgr.hpp>#include <BelosTFQMRSolMgr.hpp>#include <BelosPseudoBlockTFQMRSolMgr.hpp>#include <BelosFixedPointSolMgr.hpp>#include <BelosBiCGStabSolMgr.hpp>#include "Belos_Details_EBelosSolverType.hpp"#include <Teuchos_Describable.hpp>#include <Teuchos_StandardCatchMacros.hpp>#include <Teuchos_TypeNameTraits.hpp>#include <algorithm>#include <locale>#include <map>#include <sstream>#include <stdexcept>#include <vector>

Go to the source code of this file.
Classes | |
| class | Belos::SolverFactory< Scalar, MV, OP > |
| Factory for all solvers which Belos supports. More... | |
Namespaces | |
| Belos | |
| Belos::Details | |
Functions | |
| template<class SolverManagerBaseType , class SolverManagerType > | |
| Teuchos::RCP< SolverManagerBaseType > | Belos::Details::makeSolverManagerTmpl (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
| template<class Scalar , class MV , class OP > | |
| Teuchos::RCP< SolverManager< Scalar, MV, OP > > | Belos::Details::makeSolverManagerFromEnum (const EBelosSolverType solverType, const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
1.8.13