Skip to content

Tools for computing (Lagrangian) coherent structures objectively in Julia

License

Notifications You must be signed in to change notification settings

CoherentStructures/CoherentStructures.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.