champsproject / ldds

Python package for computing and visualizing Lagrangian Descriptors in Dynamical Systems
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Calculate Lagrangian Descriptors for Different Initial Times #55

Closed VikJGG closed 3 years ago

VikJGG commented 3 years ago

Currently, the function compute_lagrangian_descriptor only calculates LDs for an initial time t0 = 0. Since we are addressing non-autonomous systems when we add forcing (e.g. Duffing oscillator), it would be desirable to modify this function so that we can integrate from t0 to t0+/-tau.

VikJGG commented 3 years ago

This enhancement will be illustrated in the tutorial notebook where forced systems are discussed

vkrajnak commented 3 years ago

Fixed for 1DoF systems