LinearOpWithSolveFactoryBase objects on demand.
More...
#include <Thyra_LinearSolverBuilderBase.hpp>
Inheritance diagram for Thyra::LinearSolverBuilderBase< Scalar >:

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. | |
| virtual Teuchos::RCP< PreconditionerFactoryBase< Scalar > > | createPreconditioningStrategy (const std::string &preconditioningStrategyName) const =0 |
Create a new PreconditionerFactoryBase object purely specified by the parameter list. | |
Related Functions | |
| (Note that these are not member functions.) | |
| Teuchos::RCP< LinearOpWithSolveFactoryBase< Scalar > > | createLinearSolveStrategy (const LinearSolverBuilderBase< Scalar > &linearSolverBuilder, const std::string &linearSolveStrategyName="") |
| | |
| Teuchos::RCP< PreconditionerFactoryBase< Scalar > > | createPreconditioningStrategy (const LinearSolverBuilderBase< Scalar > &linearSolverBuilder, const std::string &preconditioningStrategyName="") |
| | |
LinearOpWithSolveFactoryBase objects on demand.
ToDo: Finish documentation!
Definition at line 45 of file Thyra_LinearSolverBuilderBase.hpp.
| virtual Teuchos::RCP<LinearOpWithSolveFactoryBase<Scalar> > Thyra::LinearSolverBuilderBase< Scalar >::createLinearSolveStrategy | ( | const std::string & | linearSolveStrategyName | ) | const [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. |
| virtual Teuchos::RCP<PreconditionerFactoryBase<Scalar> > Thyra::LinearSolverBuilderBase< Scalar >::createPreconditioningStrategy | ( | const std::string & | preconditioningStrategyName | ) | const [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. |
| Teuchos::RCP< LinearOpWithSolveFactoryBase< Scalar > > createLinearSolveStrategy | ( | const LinearSolverBuilderBase< Scalar > & | linearSolverBuilder, | |
| const std::string & | linearSolveStrategyName = "" | |||
| ) | [related] |
| Teuchos::RCP< PreconditionerFactoryBase< Scalar > > createPreconditioningStrategy | ( | const LinearSolverBuilderBase< Scalar > & | linearSolverBuilder, | |
| const std::string & | preconditioningStrategyName = "" | |||
| ) | [related] |
1.4.7