Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 2.05 KB

CoherentStructures.jl

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
stable docs dev docs build status code coverage

Installation

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.