Skip to content

Commit

Permalink
try to correct tutorial OPL online
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Jul 9, 2024
1 parent e28c0de commit 0c3e45c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/tutorials/ode/OPL.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,19 @@ sn_br = continuation(br, 1, (@lens _.b), ContinuationPar(opts_br, detect_bifurca
start_with_eigen = true,
bothside = true,
)
show(sn_br)
hopf_br = continuation(br, 2, (@lens _.b), ContinuationPar(opts_br, detect_bifurcation = 1, max_steps = 140),
detect_codim2_bifurcation = 2,
bothside = true,
)
show(hopf_br)
hopf_br2 = continuation(br2, 1, (@lens _.b), ContinuationPar(opts_br, detect_bifurcation = 1, max_steps = 140),
detect_codim2_bifurcation = 2,
bothside = true,
)
show(hopf_br2)
plot(sn_br, vars = (:a, :b), branchlabel = "SN", )
plot!(hopf_br, branchlabel = "Hopf", vars = (:a, :b))
Expand Down

0 comments on commit 0c3e45c

Please sign in to comment.