-
Notifications
You must be signed in to change notification settings - Fork 98
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
more fixes for amr.subcycling_mode = None + retry #2824
more fixes for amr.subcycling_mode = None + retry #2824
Conversation
Co-authored-by: Eric T. Johnson <[email protected]>
if you build Sedov in 2D and run as:
then it retries after step 2 and dies in the Riemann solver |
actually, it runs if we add |
okay... with this PR, the Sedov retries a bit at the start and then runs fine. Looking at the output, it looks reasonable (by eye). I will compare to the subcycling case in a bit. On development, it constantly retries and then dies with too many subcycles. So I think that these fixes are needed. |
This number (which I'm assuming is some sort of placeholder) seems to be leaking into the state variables. Changing it to 1.e40 changes all the invalid density values, for example from -5e+65 to -5e+45. Castro/Source/gravity/Gravity.cpp Line 396 in 5f44c13
|
Co-authored-by: Eric T. Johnson <[email protected]>
regression tests pass: |
PR summary
PR motivation
PR checklist
CHANGES
file has been updated, if appropriate