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

Storing LD gradient data to extract manifold-slice intersection #27

Open mkatsan opened 3 years ago

mkatsan commented 3 years ago

Storing the gradient data from LDs....for example for a section x=1 with px>0 to store the data for (y, py, gradient(LDs)) .

broncio123 commented 3 years ago

The feature refers to extraction of the data points that make up the manifold-slice intersection, taking advantage of LD gradient data.

Potential application. Use data points as initial conditions to obtain Poincare sections after simulation of dynamics. Is this correct @mkatsan ?

What do you guys think, @VikJGG @vkrajnak ?

vkrajnak commented 3 years ago

Could you be more specific about what kind of data and for what purpose? If it's just gradient magnitude, then that is a question of a single line. It could be exported as a binary file or returned as the output of a function, etc. More information is needed.

vkrajnak commented 3 years ago

Without further information it is not possible to address this issue.