diff --git a/CHANGES.md b/CHANGES.md index 15ed72d5aa..3444aaa3ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,22 @@ +# 23.10 + + * True-SDC no longer evolves density as part of the reaction system + and now uses the same ODE code path as simplified-SDC. This means + we don't need our own custom VODE righthand side functions (#2559, + #2560, #2567, #2578, #2580, #2584) + + * The true SDC runtime parameter `sdc_solve_for_rhoe` has been + removed. (#2572) + + * The true SDC runtime parameters `sdc_solver_tol_spec`, + `sdc_solver_tol_ener`, `sdc_solver_atol` have been removed. + Instead the Microphysics integration tolerance parameters should + be used. (#2571) + + * The true SDC runtime parameter `sdc_newton_use_analytic_jac` has + been removed. Instead the Microphysics integrator `jacobian` + parameter should be used (#2573) + # 23.08 * Time evolution without subcycling on the fine levels, which is enabled via @@ -29,7 +48,7 @@ # 23.06 * The job_info file now reports the integrator used (#2463) - + * 1-d cylindrical geometry was fixed (#2465, #2470) # 23.05 diff --git a/external/Microphysics b/external/Microphysics index a7d5990428..bef0d65d06 160000 --- a/external/Microphysics +++ b/external/Microphysics @@ -1 +1 @@ -Subproject commit a7d5990428d856bc39b74c34e54c6f1ae1b0b6eb +Subproject commit bef0d65d06c4818f2cf1e2e01429761c1e537b63 diff --git a/external/amrex b/external/amrex index 9a85e50292..388738dc78 160000 --- a/external/amrex +++ b/external/amrex @@ -1 +1 @@ -Subproject commit 9a85e502923e4b3bf6dfa12fcb335c6786784154 +Subproject commit 388738dc788cc4a72c33a5d5d9940ef3a37a76b7