#include <LOCA_Bifurcation_Manager.H>
Collaboration diagram for LOCA::Bifurcation::Manager:
Public Member Functions | |
| Manager (NOX::Parameter::List &p) | |
| Constructor. | |
| virtual | ~Manager () |
| Destructor. | |
| virtual NOX::Abstract::Group::ReturnType | reset (NOX::Parameter::List &p) |
| Reset parameters. | |
| virtual LOCA::Continuation::AbstractGroup * | createBifurcationGroup (LOCA::Continuation::AbstractGroup &grp) |
| Creates bifurcation group for given method. | |
| const string & | getMethod () const |
| Returns method name. | |
Protected Attributes | |
| string | method |
| Stores continuation method name. | |
| NOX::Parameter::List * | paramsPtr |
| Parameters. | |
The parameters passed to the constructor or reset should specify the "Bifurcation Method" , as described below, as well as any additional parameters for that particular method. In particular these parameters should specify the initial starting data for bifurcation.
Call the createBifurcationGroup to instantiate a bifurcation group of the appropriate type.
1.3.9.1