loganoz / horses3d

HORSES3D: A high-order discontinuous Galerkin solver for flow simulations and multi-physics applications
https://loganoz.github.io/horses3d/
MIT License
112 stars 24 forks source link

Put all code related to RS in the same file #130

Closed Andres-MG closed 1 year ago

Andres-MG commented 1 year ago

The code for the Riemann solvers was scattered between the PhysicsStorage, HyperbolicDiscretization and RiemannSolvers files. I have moved everything to RiemannSolvers, adding a describe function to avoid rewriting the same thing in all hyperbolic discretizations.

This PR could be a good opportunity to improve the quality of the code. If someone has suggestions, please comment them here so we can add them to the final merge.

loganoz commented 1 year ago

If the test cases are ok, go ahead and merge with master