LOCA::MultiContinuation::Factory Class Reference

Factory for creating continuation strategy objects. More...

#include <LOCA_MultiContinuation_Factory.H>

List of all members.

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

Protected Attributes

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

Private Member Functions

 Factory (const Factory &)
 Private to prohibit copying.
Factoryoperator= (const Factory &)
 Private to prohibit copying.


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.

Definition at line 83 of file LOCA_MultiContinuation_Factory.H.


Constructor & Destructor Documentation

LOCA::MultiContinuation::Factory::Factory ( const Teuchos::RCP< LOCA::GlobalData > &  global_data  ) 

Constructor.

Definition at line 51 of file LOCA_MultiContinuation_Factory.C.

LOCA::MultiContinuation::Factory::~Factory (  )  [virtual]

Destructor.

Definition at line 57 of file LOCA_MultiContinuation_Factory.C.

LOCA::MultiContinuation::Factory::Factory ( const Factory  )  [private]

Private to prohibit copying.


Member Function Documentation

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.

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

Definition at line 62 of file LOCA_MultiContinuation_Factory.C.

References globalData, and strategyName().

Referenced by LOCA::Factory::createContinuationStrategy().

const string & LOCA::MultiContinuation::Factory::strategyName ( Teuchos::ParameterList &  stepperParams  )  const

Return strategy name given by stepperParams.

Definition at line 118 of file LOCA_MultiContinuation_Factory.C.

Referenced by create(), and LOCA::Factory::createContinuationStrategy().

Factory& LOCA::MultiContinuation::Factory::operator= ( const Factory  )  [private]

Private to prohibit copying.


Member Data Documentation

Global data.

Definition at line 123 of file LOCA_MultiContinuation_Factory.H.

Referenced by create().


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

Generated on Thu Dec 17 11:02:57 2009 for Nonlinear Solver Project by  doxygen 1.5.9