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.05 #2836

Merged
merged 3 commits into from
May 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
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 24.05

* Changed how the shock flag is computed. It is now computed once,
at the start of a timestep. It also takes into account sources
such that the pressure jump is only the pressure that is available
to drive a shock. (#2726, #2728)

* Fixed a boundary condition check in gravity (#2833)

* Some coverity and clang-tidy fixes (#2810, #2811, #2835, #2831,
#2832)

* Fix the wdmerger initialization when the two stars are overlapping
(#2829)

* Fixed the Castro retry mechanism when amr.subcycling_mode = None
(#2821, #2824, #2826)

* Added more amr parameters to the job_info file (#2828)

* Added OpenMP to the SDC burn loop (#2770)

# 24.04

* Some clang-tidy fixes (#2779, #2780, #2781, #2784, #2786, #2787, #2790,
Expand Down