You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mesnardo edited this page Jun 9, 2017
·
1 revision
Examples
To run the examples, cuIBM should be compiled with the executable cuibm available in the bin folder of the software directory $CUIBM_DIR (see installation instructions).
You can add the binary executable to your PATH environment variable:
Python post-processing scripts are available each case folder; they make use of the package snake that is bundled in the external folder of cuIBM (version 0.3).
To install snake:
> cd $CUIBM_DIR/external/snake-0.3
> python setup.py install
To post-process the numerical solution from cuIBM, snake requires Python (2.7 or 3.5), Matplotlib, Scipy, and Pandas.