- Programming Language: C
- Tsakiris Tryfon
- Badakis Ioannis
- Katsaros Nikos
This project requires GSL
library to be installed for C.
In order to plot the transient analysis matplotlib
for python is also required.
You can install them by issuing the following command to the Makefile:
make deps
or manually
1. sudo apt install libgsl0-dev
2. sudo apt install python-matplotlib