|
| GenericSolverFactory () |
|
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.
|
|
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.
|
|
template<class SC, class MV, class OP>
class Belos::GenericSolverFactory< SC, MV, OP >
Definition at line 67 of file BelosSolverFactory_Generic.hpp.