NOX Development
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
LOCA::MultiContinuation::Factory Class Reference

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::AbstractStrategycreate (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.
 
const std::string & strategyName (Teuchos::ParameterList &stepperParams) const
 Return strategy name given by stepperParams.
 

Protected Attributes

Teuchos::RCP< LOCA::GlobalDataglobalData
 Global data.
 

Detailed Description

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.

Member Function Documentation

◆ create()

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.

Parameters
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

The documentation for this class was generated from the following files: