Before running script retrieve requirements by running in terminal:
python -m pip install -r requirements.txt
or if running multiple python installations:
python3 -m pip install -r requirements.txt
Analysis of error against velocity is done by velocity_analysis.py Analysis of error against number of nodes is done by gridsize_analysis.py Solution to given system can be plotted with main.py