|
Thyra
Version of the Day
|
Abstract interface for an object that can create LinearOpWithSolveFactoryBase objects on demand.
More...
#include <Thyra_LinearSolverBuilderBase.hpp>

Public Member Functions | |
| virtual Teuchos::RCP < LinearOpWithSolveFactoryBase < Scalar > > | createLinearSolveStrategy (const std::string &linearSolveStrategyName) const =0 |
Create a new LinearOpWithSolveFactoryBase object purely specified by the parameter list. More... | |
| virtual Teuchos::RCP < PreconditionerFactoryBase < Scalar > > | createPreconditioningStrategy (const std::string &preconditioningStrategyName) const =0 |
Create a new PreconditionerFactoryBase object purely specified by the parameter list. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| Teuchos::RCP < LinearOpWithSolveFactoryBase < Scalar > > | createLinearSolveStrategy (const LinearSolverBuilderBase< Scalar > &linearSolverBuilder, const std::string &linearSolveStrategyName="") |
| template<class Scalar > | |
| Teuchos::RCP < PreconditionerFactoryBase < Scalar > > | createPreconditioningStrategy (const LinearSolverBuilderBase< Scalar > &linearSolverBuilder, const std::string &preconditioningStrategyName="") |
Abstract interface for an object that can create LinearOpWithSolveFactoryBase objects on demand.
ToDo: Finish documentation!
Definition at line 60 of file Thyra_LinearSolverBuilderBase.hpp.
|
pure virtual |
Create a new LinearOpWithSolveFactoryBase object purely specified by the parameter list.
| linearSolveStrategyName | [in] The optional name of the linear solve strategy to create. The most typical use case will pass in an empty string but there will be cases where I client will want to try to select a specific linear solver strategy, even for just testing purposes. |
This function is given no information about the nature of the linear operators to be used.
|
pure virtual |
Create a new PreconditionerFactoryBase object purely specified by the parameter list.
| preconditioningStrategyName | [in] The optional name of the preconditioning strategy to create. The most typical use case will pass in an empty string but there will be cases where I client will want to try to select a specific linear solver strategy, even for just testing purposes. |
This function is given no information about the nature of the linear operators to be used.
|
related |
Definition at line 151 of file Thyra_LinearSolverBuilderBase.hpp.
|
related |
Definition at line 167 of file Thyra_LinearSolverBuilderBase.hpp.
1.8.5