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

[WIP] Hook the exact Riemann solver into Castro #2908

Open
wants to merge 52 commits into
base: development
Choose a base branch
from

Conversation

zingale
Copy link
Member

@zingale zingale commented Jul 10, 2024

PR summary

The main implementation of the exact Riemann solver is moved from Util/exact_riemann
into Source/hydro to allow us to use it directly in simulations.

PR motivation

PR checklist

  • test suite needs to be run on this PR
  • this PR will change answers in the test suite to more than roundoff level
  • all newly-added functions have docstrings as per the coding conventions
  • the CHANGES file has been updated, if appropriate
  • if appropriate, this change is described in the docs

this will make it easier to use this for non-castro things (like
exact_riemann)
now they have "riemann" in their name, and also some
drop "cg" so that it is clear that they can apply to other
solvers
allow the exact Riemann solver to use the new constants
@zingale zingale changed the title Hook the exact Riemann solver into Castro [WIP] Hook the exact Riemann solver into Castro Jul 10, 2024
@zingale
Copy link
Member Author

zingale commented Jul 10, 2024

addresses #2285

@zingale zingale added the hydro label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant