Skip to content
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

update changes for 24.10 #2969

Merged
merged 6 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 24.10

* 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)

* 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)
Expand All @@ -9,7 +30,7 @@

* new Frontier scaling numbers (#2948)

* more GPU error printing (@3944)
* more GPU error printing (#2944)

* science problem updates: `flame_wave` (#2943)

Expand Down
Loading