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