You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Strang integrates (X, e) and SDC integrates (rho X, rho e). We should sync them.
algebraically, since rho is constant in Strang integration, this should not affect things much (except how atol is interpreted). But it will make code reuse between SDC and Strang much easier.
The text was updated successfully, but these errors were encountered:
maybe the way to do this is to have the state always come in via burn_t burn_state.y[]. But for Strang we don't need to
include the momenta or the advective terms.
This is a first step in merging the integrator code paths for Strang and simplified SDC, as in #1200. For now these components will remain uninitialized and unused for Strang burns.
Right now Strang integrates (X, e) and SDC integrates (rho X, rho e). We should sync them.
algebraically, since rho is constant in Strang integration, this should not affect things much (except how atol is interpreted). But it will make code reuse between SDC and Strang much easier.
The text was updated successfully, but these errors were encountered: