LOCA::Bifurcation::Factory Class Reference

Factory for creating bifurcation strategy objects. More...

#include <LOCA_Bifurcation_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::AbstractGroup
create (const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &bifurcationParams, const Teuchos::RCP< LOCA::MultiContinuation::AbstractGroup > &grp)
 Create bifurcation strategy.
string strategyName (Teuchos::ParameterList &bifurcationParams) const
 Return strategy name given by bifurcationParams.

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 bifurcation strategy objects.

The parameters passed to the create() through the bifurcationParams argument method should specify the "Type" and "Formulation" as described below, as well as any additional parameters for the particular strategy.

Definition at line 110 of file LOCA_Bifurcation_Factory.H.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 60 of file LOCA_Bifurcation_Factory.C.

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

Destructor.

Definition at line 66 of file LOCA_Bifurcation_Factory.C.

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

Private to prohibit copying.


Member Function Documentation

Teuchos::RCP< LOCA::MultiContinuation::AbstractGroup > LOCA::Bifurcation::Factory::create ( const Teuchos::RCP< LOCA::Parameter::SublistParser > &  topParams,
const Teuchos::RCP< Teuchos::ParameterList > &  bifurcationParams,
const Teuchos::RCP< LOCA::MultiContinuation::AbstractGroup > &  grp 
)

Create bifurcation strategy.

Parameters:
topParams [in] Parsed top-level parameter list.
bifurcationParams [in] Bifurcation parameters as described above
grp [in] Underlying group

Definition at line 71 of file LOCA_Bifurcation_Factory.C.

References globalData, and strategyName().

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

string LOCA::Bifurcation::Factory::strategyName ( Teuchos::ParameterList &  bifurcationParams  )  const

Return strategy name given by bifurcationParams.

Definition at line 225 of file LOCA_Bifurcation_Factory.C.

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

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

Private to prohibit copying.


Member Data Documentation

Global data.

Definition at line 147 of file LOCA_Bifurcation_Factory.H.

Referenced by create().


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

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