for a given parameter
. For application codes that cannot provide this derivative directly, the LOCA::Continuation::FiniteDifferenceGroup provides a generic implementation using finite differencing.Multiple continuation algorithms have been implemented, including:
The continuation groups implement the extended set of nonlinear equations to be solved at each continuation step.
For each bifurcation, the ExtendedGroup for that bifurcation implements a set of nonlinear equations representing that bifurcation. Each of these groups provide a complete implementation of the LOCA::Continuation::AbstractGroup and therefore can be used in continuation to track the bifurcation in a second parameter. The interfaces for these bifurcation groups are encapsulated in the following abstract groups:
See the relevant class documentation for more details on the additional interfaces provided by these abstract classes.
1.3.9.1