Skip to content

Commit 9a6259b

Browse files
committed
set max_iterations = 20 (needs at least 11, was 10)
1 parent dc466e5 commit 9a6259b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/steady_state_functionality/bifurcation_diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Most of the options required by the `bifurcationdiagram` function are provided t
6565
The previous bifurcation diagram can be computed, with these various options specified, in the following way:
6666
```@example ex1
6767
p_span = (2.0, 20.0)
68-
newton_options = NewtonPar(tol = 1e-9, max_iterations = 10)
68+
newton_options = NewtonPar(tol = 1e-9, max_iterations = 20)
6969
opts_br = ContinuationPar(; p_min = p_span[1], p_max = p_span[2], ds = 0.005,
7070
dsmin = 0.001, dsmax = 0.01, max_steps = 1000, newton_options)
7171
bif_dia = bifurcationdiagram(bprob, PALC(), 2, opts_br; bothside = true)

0 commit comments

Comments
 (0)