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

add changes for 24.12 #3005

Merged
merged 2 commits into from
Dec 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
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 24.12

* update clang-tidy CI (#2992, #3002)

* fix `problo` != 0 in non-Cartesian coords (#3001)

* fix `apply_av` in spherical (#3000)

* update `xrb_spherical` analysis (#2999)

* add spherical support to plm (#2996, #2997)

* fix coverity issue (#2998)

* fix geometric source term in ppm tracing for spherical (#2995)

* fix dloga for non-radial direction in tracing (#2994)

* fix `scale_flux` in 1d for Cartesian (#2991)

* add the `xrb_spherical` problem setup (#2972)

* add a new distance function that works for all geometries (#2990)

* fix confusing geom name in derive (#2989)

# 24.11

* a new well-balanced method was added to the CTU PPM solver. This
Expand Down