AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.
http://amrex-astro.github.io/Castro
Other
297 stars 99 forks source link

Implement exact Riemann solver as hydro option #2285

Open maxpkatz opened 1 year ago

maxpkatz commented 1 year ago

It would be interesting to have an option to run the exact Riemann solver in the main Castro code, so we could more easily compare both accuracy and performance for any particular problem setup between the approximate/HLL solvers and the exact solver.

zingale commented 2 months ago

this will be straightforward once #2869 is merged. Then there is just a bit more cleaning.

zingale commented 1 month ago

once #2897 is merged, I can move the relevent headers into Castro/Source/hydro and then hook this in as an option.