From e86c7187d6bc50f48fd2213734ce64881c386fd5 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 1 Oct 2024 08:00:35 -0400 Subject: [PATCH 1/4] update changes for 24.10 --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 665eff135e..fdb51501c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +# 24.10 + + * start of work on 2D spherical geometry (#2953, #2954, #2955, + #2957, #2958, #2959, #2961, #2962, #2964, #2965) + + * the gresho problem now takes Mach number instead of p0 as input + (#2951m #2963) + + * the PPM geometric source terms in the normal predictor are now + traced to the interfaces (#2473) + + * `subch_planar` now works in 1D (#2952) + + * remove old `get_const_grav()` function (#2956) + + * clang-tidy fixes to radiation (#2950) + # 24.09 * Code clean-ups / clang-tidy (#2942, #2949) From bea36d3ae27aca922d5952900bfe1196e01304db Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 1 Oct 2024 08:15:19 -0400 Subject: [PATCH 2/4] fix old PR --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fdb51501c3..9e2666e0d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,7 +26,7 @@ * new Frontier scaling numbers (#2948) - * more GPU error printing (@3944) + * more GPU error printing (#2944) * science problem updates: `flame_wave` (#2943) From 0f9aab06b9561121510a23d40e97109a5a1de70e Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 1 Oct 2024 13:47:16 -0400 Subject: [PATCH 3/4] updates --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9e2666e0d4..9398aa31b0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # 24.10 + * ``massive_star`` plot tweaks (#2968) + * start of work on 2D spherical geometry (#2953, #2954, #2955, #2957, #2958, #2959, #2961, #2962, #2964, #2965) From e078b66f1413a6a94527cebb5b78c9781beb8ba9 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 1 Oct 2024 13:48:02 -0400 Subject: [PATCH 4/4] final changes --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9398aa31b0..dd315bc074 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # 24.10 - * ``massive_star`` plot tweaks (#2968) + * update initial model for `subchandra` when doing ASE NSE (#2970) + + * `massive_star` plot tweaks (#2968) * start of work on 2D spherical geometry (#2953, #2954, #2955, #2957, #2958, #2959, #2961, #2962, #2964, #2965)