Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 290 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 290 Bytes

VortexCollisions.jl

Prototyping code for evaluating collision operators for the Vorticity Equation.

Install via

]add https://github.com/DDMGNI/VortexCollisions.jl.git

To run in parallel set the environment variable JULIA_NUM_THREADS to > 1, e.g.,

export JULIA_NUM_THREADS=8