Skip to content

Commit 9d0655b

Browse files
committed
update for 24.01
1 parent 3185974 commit 9d0655b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# 24.01
2+
3+
* The quantum corrections for the Chabrier screening are
4+
now optional (#1428)
5+
6+
* We've replaced std::pow() with amrex::Math::powi for integer
7+
powers for better GPU performance (#1432)
8+
9+
* `in_nse` now works with an `eos_t` for tabular NSE (#1424)
10+
11+
* There are a new set of interfaces for inverting the EOS when
12+
we are in NSE (with the tabular NSE) that consistently find
13+
T and the composition (#1405, #1430)
14+
15+
* The NSE table now uses finer spacing (#1427)
16+
17+
* The SDC+NSE update for tabular NSE is now based on a 2nd-order
18+
Runge-Kutta method (#1415)
19+
20+
* An additional check on molar fractions was added to
21+
self-consistent NSE to determine if we are in NSE (#1417)
22+
23+
* The NSE table interface was changed (#1404, #1418)
24+
25+
* A script that checks if a network is compatible with
26+
self-consistent NSE was added (#1416)
27+
28+
* constant T evolution was fixed (#1408)
29+
30+
* An unsafe reinterpret_cast was removed from linear algebra (#1412)
31+
32+
* Methods for computing T derivatives of an NSE table quantity were
33+
added (#1407)
34+
135
# 23.12
236

337
* The SDC+NSE update now includes plasma neutrino losses (#1357,

0 commit comments

Comments
 (0)