-
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
implement react_T_min/max and react_rho_min/max for SDC #598
Comments
the main difficulty here is that for the 4th order, we go into the reaction solve with a cell-centered "C", so we need a way to just bail out and do the update with the reactions set to 0. It might be fine to just set R = 0, since we redo the conservative update. There will still be the cost of the |
this is not needed, since it is just a call to |
we also need this logic in |
maybe it would be useful to have a function |
Implements reflecting BCs for PLM reconstruction with SDC (issue #652) Implements the density and temperature limits to burning for SDC (issue #598) Fixes the weighting of the flux registers for SDC (#658) Implements a well-balanced scheme for 2nd order PLM reconstruction (#294) Also adapts the bubble_convergence problem to work as a test for the well-balanced method and can now do second-order or fourth order initial model generation. Changes the meaning of the plm_iorder flag to now do 1 = piecewise constant, 2 = 2nd order MC limiter, and >= 3 for 4th order MC limiter Adds support for HSE boundary conditions in +X and +Y
If we are outside of these bounds, we can skip the nonlinear SDC solve and just do the advective update.
The text was updated successfully, but these errors were encountered: