Skip to content

Commit 6846aa9

Browse files
authored
Update attractor_mapping_recurrences.jl (#172)
cc @andreasmorr . Have totally forgotten about this.
1 parent 023d9bd commit 6846aa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mapping/recurrences/attractor_mapping_recurrences.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ want to search for attractors in a lower dimensional subspace.
4646
For continuous systems, an automatic value is calculated using
4747
[`automatic_Δt_basins`](@ref). For very fine grids, this can become very small,
4848
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`.
5050
* `stop_at_Δt = false`: Only used if the input dynamical system is `CoupledODEs`.
5151
It is given as a third input to `step!`. Value `true` is useful in (1) very fine grids, and (2)
5252
if some of the attractors are limit cycles. We have noticed that in this case the
5353
integrator timestep becomes commensurate with the limit cycle period, leading to
5454
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).
5556
5657
### Finite state machine configuration
5758

0 commit comments

Comments
 (0)