gees
gees copied to clipboard
GPL Euler equation solver
Short documentation on example problems and how to run the code
Separate the boundary conditions so that the user can choose between - Dirichlet - Neumann - Robin for each variable (rho, v) and for each side separately.
Do proper testing of the code with all the fixes and see if all modules work as they are supposed to. Two options, either use unit tests or just some...
See [here](http://codereview.stackexchange.com/a/66397/12130)