The project Continuation Core and Toolboxes (COCO
) is a development platform that provides a large amount of standard functionality required for investigating bifurcation problems and implementing toolboxes for new types of problems. The core was recently finished and the book Recipes for Continuation describes the underlying mathematics, the interface and toolbox development in great detail.
A new release of COCO
is planned for November, 2015. This will include toolboxes for the following problems:
Continuation of equilibrium points (ep
). The ep
toolbox provides algorithms for continuation of equilibria of autonomous vector fields. The ep
toolbox is fully embeddable. Usage is demonstrated in multiple demos and fully documented in a tutorial manual. The toolbox supports
Continuation of trajectory segments (coll
). The coll
toolbox provides algorithms for continuation of constrained collections of trajectory segments for autonomous and non-autonomous vector fields, including multisegment boundary value problems. The toolbox relies on segment-specific adaptive discretizations using piecewise-polynomial interpolants and orthogonal collocation. The coll
toolbox is fully embeddable. Usage is demonstrated in multiple demos and fully documented in a tutorial manual. The toolbox supports
Continuation of periodic orbits (po
). The po
toolbox provides algorithms for continuation of single-segment periodic orbits in smooth autonomous or non-autonomous dynamical systems and of multi-segment periodic orbits in hybrid autonomous dynamical systems. The po
toolbox is fully embeddable. Usage is demonstrated in multiple demos and fully documented in a tutorial manual. The toolbox supports
Available toolbox previews: