#include <LOCA_Bifurcation_Factory.H>
Collaboration diagram for LOCA::Bifurcation::Factory:
Public Member Functions | |
| Factory (const Teuchos::RefCountPtr< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| Teuchos::RefCountPtr< LOCA::MultiContinuation::AbstractGroup > | create (const Teuchos::RefCountPtr< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RefCountPtr< Teuchos::ParameterList > &bifurcationParams, const Teuchos::RefCountPtr< LOCA::MultiContinuation::AbstractGroup > &grp) |
| Create bifurcation strategy. | |
| string | strategyName (Teuchos::ParameterList &bifurcationParams) const |
Return strategy name given by bifurcationParams. | |
Protected Attributes | |
| Teuchos::RefCountPtr< LOCA::GlobalData > | globalData |
| Global data. | |
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.
|
||||||||||||||||
|
Create bifurcation strategy.
|
1.3.9.1