From 37551260a0c17a85dd6d08fc289a64c38dfa46a6 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 1 Jul 2023 10:44:08 -0400 Subject: [PATCH] update changes --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a3688e032f..6de08a2756 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,14 @@ eos_extra_t, which is a container that holds all of the entities in eos_t as well as these derivatives wrt A and Z. (#1229) + * added the ability to scale the energy we integrate by + the initial energy in the ODE integration (#1224) + + * added an implementation of the Gershgorin circle theorem + for estimating the spectral radius of our ODE system (#1222) + + * removed SDC_EVOLVE_ENTHALPY -- this was not being used (#1204) + # 23.06 * Added a new Runge-Kutta-Chebyshev integrator (#1191)