CoherentStructures.jl is a toolbox for computing Lagrangian Coherent Structures (LCSs) by objective, i.e., observer-independent, methods in aperiodic flows in Julia.
Documentation | Build Status |
---|---|
The package can be installed with the Julia package manager.
From the Julia REPL, type ]
to enter the Pkg REPL mode.
Install this package by typing
pkg> add https://github.com/CoherentStructures/CoherentStructures.jl.git
In order to run the example cases, please install our companion package
StreamMacros.jl
by typing
pkg> add https://github.com/CoherentStructures/StreamMacros.jl.git
For an introduction to LCS methods, usage examples, and implementation details, see the documentation. There, you will also find links to executable source files for some examples.