gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

FTLE Algorithm + Examples #37

Closed MaHermann closed 3 years ago

MaHermann commented 3 years ago

This is a reimplementation of the double_gyre and ftle examples from the original GAIO.

In particular, this also showcases an approach for the examples, where we only put the neccessary functions there and relocate the actual examples into Jupyter notebooks. We can discuss whether we want to do this in general, but for this it had organisatorial reasons.

As this had some time constraints of its own, this is not really in the right state to be merged: