Dependencies:
- A C compiler
- Python
- NumPy
- Matplotlib
- imageio
To install NSimX, run the following command in your terminal:
$ https://github.com/Kushaalkumar-pothula/NSimX.git
To run the code, first compile main.c
using a C compiler. The compilation was tested successfully using gcc
:
$ gcc main.c -o main
This generates an executable which can be run:
$ ./main
Next, run the analysis script:
$ python plot.py