#include <LOCA_TurningPoint_MooreSpence_SolverFactory.H>
Collaboration diagram for LOCA::TurningPoint::MooreSpence::SolverFactory:
Public Member Functions | |
| SolverFactory (const Teuchos::RefCountPtr< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~SolverFactory () |
| Destructor. | |
| Teuchos::RefCountPtr< LOCA::TurningPoint::MooreSpence::SolverStrategy > | create (const Teuchos::RefCountPtr< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RefCountPtr< NOX::Parameter::List > &solverParams) |
| Create solver strategy. | |
| const string & | strategyName (NOX::Parameter::List &solverParams) const |
Return strategy name given by solverParams. | |
Protected Attributes | |
| Teuchos::RefCountPtr< LOCA::GlobalData > | globalData |
| Global data. | |
The parameters passed to the create() through the solverParams argument method should specify the "Solver Method" as described below, as well as any additional parameters for the particular strategy.
|
||||||||||||
|
Create solver strategy.
|
1.3.9.1