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
292 stars 99 forks source link

allow the exact_riemann test to work with Castro runtime parameters #2892

Closed zingale closed 3 days ago

zingale commented 1 week ago

PR summary

This required adding a option to the parse_castro_params.py to skip the Castro:: scope on the runtime parameter struct.

We also now use castro::T_guess as the initial temperature guess.

PR motivation

PR checklist