File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ want to search for attractors in a lower dimensional subspace.
46
46
For continuous systems, an automatic value is calculated using
47
47
[`automatic_Δt_basins`](@ref). For very fine grids, this can become very small,
48
48
much smaller than the typical integrator internal step size in case of adaptive
49
- integrators. In such cases, use `stop_at_dt = true`.
49
+ integrators. In such cases, use `stop_at_Δt = true`.
50
50
* `stop_at_Δt = false`: Only used if the input dynamical system is `CoupledODEs`.
51
51
It is given as a third input to `step!`. Value `true` is useful in (1) very fine grids, and (2)
52
52
if some of the attractors are limit cycles. We have noticed that in this case the
53
53
integrator timestep becomes commensurate with the limit cycle period, leading to
54
54
incorrectly counting the limit cycle as more than one attractor.
55
+ `stop_at_Δt = true` should also be used if you want an accurate estimate of [`convergence_time`](@ref).
55
56
56
57
### Finite state machine configuration
57
58
You can’t perform that action at this time.
0 commit comments