NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
LOCA::Bifurcation::Factory Class Reference

Factory for creating bifurcation strategy objects. More...

#include <LOCA_Bifurcation_Factory.H>

Collaboration diagram for LOCA::Bifurcation::Factory:
Collaboration graph
[legend]

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

Protected Attributes

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

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.

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

References Teuchos::RCP< T >::get(), Teuchos::ParameterList::get(), and Teuchos::rcp().


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