We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0439b commit 77d9d51Copy full SHA for 77d9d51
1 file changed
CHANGES.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 26.05
4
+
5
+ * Fix the maximum level of refinement for tagging in various input
6
+ files (#3138)
7
8
+ * Add the hybrid-Powell solver as an option for true-SDC (#3310)
9
10
+ * clarify how to override `CUDA_ARCH` (#3129)
11
12
+ * remove new / delete in favor of unique pointers (#3333)
13
14
+ * add `AGENTS.md` file (#3334)
15
16
+ * add an assert in `define_new_center` to enforce assumptions (#3290)
17
18
## 26.04
19
20
* update the burning timestep limiter to know about disabling burning
@@ -2885,4 +2900,3 @@
2885
2900
reset is now reflected in the ghost cells (this is a more
2886
2901
consistent behavior). Previously, the energy was never reset in
2887
2902
the ghost cells.
2888
-
0 commit comments