|
Belos Version of the Day
|
#include <BelosSolverFactory_Belos.hpp>

Public Member Functions | |
| BelosSolverFactory () | |
Public Member Functions inherited from Belos::Impl::SolverFactoryParent< double, MultiVec< double, DefaultDenseMatrix< int, double > >, Operator< double, DefaultDenseMatrix< int, double > >, DefaultDenseMatrix< int, double > > | |
| virtual Teuchos::RCP< solver_base_type > | create (const std::string &solverName, const Teuchos::RCP< Teuchos::ParameterList > &solverParams) |
| Create, configure, and return the specified solver. | |
| virtual int | numSupportedSolvers () const |
| Number of supported solvers. | |
| virtual Teuchos::Array< std::string > | supportedSolverNames () const |
| List of supported solver names. | |
| virtual bool | isSupported (const std::string &solverName) const |
| Whether the given solver name names a supported solver. | |
| void | addFactory (const Teuchos::RCP< custom_solver_factory_type > &factory) |
| Add a custom solver factory. | |
| void | clearFactories () |
| Clear all custom solver factories. | |
| virtual std::string | description () const |
| A string description of this object. | |
| virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const |
| Describe this object. | |
Definition at line 32 of file BelosSolverFactory_Belos.hpp.
|
inline |
Definition at line 36 of file BelosSolverFactory_Belos.hpp.
1.9.8