CoherentStructures.jl

Tools for computing (Lagrangian) coherent structures objectively in Julia
Author CoherentStructures
Popularity
18 Stars
Updated Last
1 Year Ago
Started In
September 2018

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.