JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
187 stars 35 forks source link

Add Ttr keyword to mapping recurrences. #277

Closed awage closed 1 year ago

awage commented 1 year ago

This PR adds the keyword Ttr to AttractorsViaRecurrences. It allows to skip a transient time before starting the recurrence routine. This is useful for high dimensional systems where the sparse matrix operations are slow.

Datseris commented 1 year ago

nice and straightforward