API

Interface

BifurcationProblem(point::AbstractSpecialPoint,
                   solver::Codim1Solver,
                   param_axis2::Lens,
                   t2_domain::Tuple)

Construct codimension-2 bifurcation problem given a bifurcation point.

source
BifurcationProblem(ode_or_map::AbstractODEProblem,
                   param_axis::Lens,
                   t_domain::Tuple;
                   <keyword arguments>)

Arguments

  • ode_or_map: An ODEProblem or DiscreteProblem.
  • param_axis :: Lens: The lens to set/get a parameter of ode_or_map.
  • t_domain :: Tuple: A pair of numbers specifying the lower and upper bound for param_axis.
source