##Instructions
Cleanup:
make clean
Build:
make
Create directories for output:
make prepare
Run simulation:
./run
Create an image output of a timestep:
python image_create.py output/100.dat 5.0
(creates an image of the 100th timestep with 5x image brightness adjustment)