NOX
Development
|
Factory for creating continuation strategy objects. More...
#include <LOCA_MultiContinuation_Factory.H>
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 std::vector< int > ¶mIDs) |
Create continuation strategy. More... | |
const std::string & | strategyName (Teuchos::ParameterList &stepperParams) const |
Return strategy name given by stepperParams . | |
Protected Attributes | |
Teuchos::RCP< LOCA::GlobalData > | globalData |
Global data. | |
Factory for creating continuation strategy objects.
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 std::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 |
References Teuchos::ParameterList::get(), and Teuchos::rcp().