Interface
BifurcationProblem(point::AbstractSpecialPoint,
solver::Codim1Solver,
param_axis2::Lens,
t2_domain::Tuple)
Construct codimension-2 bifurcation problem given a bifurcation point
.
BifurcationProblem(ode_or_map::AbstractODEProblem,
param_axis::Lens,
t_domain::Tuple;
<keyword arguments>)
Arguments
ode_or_map
: AnODEProblem
orDiscreteProblem
.param_axis :: Lens
: The lens to set/get a parameter ofode_or_map
.t_domain :: Tuple
: A pair of numbers specifying the lower and upper bound forparam_axis
.