Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix reference in README for exact Riemann #2537

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions Util/exact_riemann/README → Util/exact_riemann/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ generate exact solutions to the Riemann problem for comparison with
Castro shocktube output. Several inputs files for Helmholtz EOS-based
shocktubes are provided.

This solver is used in Zingale & Katz (2014), and more details are
given there.
This solver is used in Zingale & Katz (2015):

To build the solver, simply type 'make' in this directory.
https://ui.adsabs.harvard.edu/abs/2015ApJS..216...31Z/abstract

and more details are given there.

Note: at the moment, we compile in a network from Microphysics, but
we don't use an integrator. This is not needed since the GPackage.mak
in the network has the network dependent code blocked out with an
`ifneq ($(USE_REACT), FALSE)`
To build the solver, simply type 'make' in this directory.
Loading