#include <LOCA_MultiContinuation_Factory.H>
Collaboration diagram for LOCA::MultiContinuation::Factory:
Public Member Functions | |
| Factory (const Teuchos::RCP< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| Teuchos::RCP< LOCA::MultiContinuation::AbstractStrategy > | create (const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &stepperParams, const Teuchos::RCP< LOCA::MultiContinuation::AbstractGroup > &grp, const Teuchos::RCP< LOCA::MultiPredictor::AbstractStrategy > &pred, const vector< int > ¶mIDs) |
| Create continuation strategy. | |
| const string & | strategyName (Teuchos::ParameterList &stepperParams) const |
Return strategy name given by stepperParams. | |
Protected Attributes | |
| Teuchos::RCP< LOCA::GlobalData > | globalData |
| Global data. | |
The parameters passed to the create() through the stepperParams argument method should specify the "Continuation Method" as described below, as well as any additional parameters for the particular strategy.
| Teuchos::RCP< LOCA::MultiContinuation::AbstractStrategy > LOCA::MultiContinuation::Factory::create | ( | const Teuchos::RCP< LOCA::Parameter::SublistParser > & | topParams, | |
| const Teuchos::RCP< Teuchos::ParameterList > & | stepperParams, | |||
| const Teuchos::RCP< LOCA::MultiContinuation::AbstractGroup > & | grp, | |||
| const Teuchos::RCP< LOCA::MultiPredictor::AbstractStrategy > & | pred, | |||
| const vector< int > & | paramIDs | |||
| ) |
Create continuation strategy.
| topParams | [in] Parsed top-level parameter list. | |
| stepperParams | [in] Stepper parameters as described above | |
| grp | [in] Underlying group | |
| pred | [in] Predictor strategy | |
| paramIDs | [in] Indicies of continuation parameters |
1.4.7