#include <LOCA_Pitchfork_MooreSpence_SolverFactory.H>
Collaboration diagram for LOCA::Pitchfork::MooreSpence::SolverFactory:

Public Member Functions | |
| SolverFactory (const Teuchos::RCP< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~SolverFactory () |
| Destructor. | |
| Teuchos::RCP< LOCA::Pitchfork::MooreSpence::SolverStrategy > | create (const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &solverParams) |
| Create solver strategy. | |
| const string & | strategyName (Teuchos::ParameterList &solverParams) const |
Return strategy name given by solverParams. | |
Protected Attributes | |
| Teuchos::RCP< 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.
| Teuchos::RCP< LOCA::Pitchfork::MooreSpence::SolverStrategy > LOCA::Pitchfork::MooreSpence::SolverFactory::create | ( | const Teuchos::RCP< LOCA::Parameter::SublistParser > & | topParams, | |
| const Teuchos::RCP< Teuchos::ParameterList > & | solverParams | |||
| ) |
Create solver strategy.
| topParams | [in] Parsed top-level parameter list. | |
| solverParams | [in] Solver parameters as described above |
1.4.7