Skip to content

Python wrapper around a C++ class for calculating streamlines in 2D and 3D unstructured vector datasets.

Notifications You must be signed in to change notification settings

chrisk314/pystreamline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Py Streamline

Python wrapper around a C++ streamline integrator.

Installation

This module requires Cython. Currently, Cython needs to be installed before running the installation procedure for this module due to the use of Cython components in the setup.py script. This issue is mentioned on the setuptools repo.

To install run the below commands

git clone git@github.com:chrisk314/pystreamline.git
cd pystreamline
pip install -r requirements.in  # Ensures Cython and numpy are installed
pip install .

Calculating streamlines

TODO

About

Python wrapper around a C++ class for calculating streamlines in 2D and 3D unstructured vector datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published