Skip to content

Commit 4be804a

Browse files
authored
update changes for 24.06 (#1571)
1 parent 1667a38 commit 4be804a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 24.06
2+
3+
* added the ability to access the runtime parameters via a struct.
4+
This will eventually be used to remove the dependency on globals
5+
(#1433, #1575)
6+
7+
* simplified the integrators by extracting common infrastructure
8+
into setup and cleanup functions (#1515, #1546)
9+
10+
* lots of documentation improvements including sectioning (#1559)
11+
integrators (#1560, #1561, #1562, #1563, #1566, #1567, #1568),
12+
runtime parameters (#1557), and link checking (#1552)
13+
14+
* CUDA no longer requires VODE + generalize some `AMREX_USE_CUDA`
15+
to `AMREX_USE_GPU` (#1564)
16+
17+
* self-consistent NSE now accepted the temperature threshold as a
18+
runtime parameter (#1558)
19+
20+
* general code cleanups (#1537, #1551, #1553, #1554)
21+
22+
* unit tests no longer append `.cxx` to output (#1309)
23+
24+
* added an `eos_rh_t` EOS type (#1539)
25+
126
# 24.05
227

328
* Runtime parameters can now be type `bool` (#1536)

0 commit comments

Comments
 (0)