|
3 | 3 | * A null screening routine was added to disable screening for any network at |
4 | 4 | compile time. (#992) |
5 | 5 |
|
| 6 | + * An option to disable the clipping of species in the VODE integration |
| 7 | + was added (`integrator.do_species_clip`) (#989) |
| 8 | + |
| 9 | + * A unit test for C++ partition functions was added (#980) |
| 10 | + |
| 11 | + * An EOS for primordial chemistry was added (#981) |
| 12 | + |
| 13 | + * A C++ version of the Powell's hybrid non linear system solver was |
| 14 | + added (#976) |
| 15 | + |
| 16 | + * screening in the approximate rates in pynucastro nets was fixed |
| 17 | + (#978) |
| 18 | + |
6 | 19 | # 22.09 |
7 | 20 |
|
8 | 21 | * An NSE solver was added (#963) |
|
12 | 25 |
|
13 | 26 | # 22.08 |
14 | 27 |
|
15 | | - * The subch network was renamed `subch_approx` and the subch2 network was renamed |
16 | | - `subch_full` (#947) |
| 28 | + * The subch network was renamed `subch_approx` and the subch2 |
| 29 | + network was renamed `subch_full` (#947) |
17 | 30 |
|
18 | 31 | # 22.07 |
19 | 32 |
|
20 | | - * Two new screening formulations have been added for reaction rates, based |
21 | | - on Chugunov, DeWitt, and Yakovlev 2007 and Chugunov and DeWitt 2009. These |
22 | | - can be used with any network by setting SCREEN_METHOD at compile time.(#887) |
| 33 | + * Two new screening formulations have been added for reaction rates, |
| 34 | + based on Chugunov, DeWitt, and Yakovlev 2007 and Chugunov and |
| 35 | + DeWitt 2009. These can be used with any network by setting |
| 36 | + SCREEN_METHOD at compile time.(#887) |
23 | 37 |
|
24 | 38 | # 22.06 |
25 | 39 |
|
|
33 | 47 |
|
34 | 48 | # 22.04 |
35 | 49 |
|
36 | | - * aprox networks now use a templated C++ righthand side formulation that |
37 | | - builds the ODE system at compile time. (#802) |
| 50 | + * aprox networks now use a templated C++ righthand side formulation |
| 51 | + that builds the ODE system at compile time. (#802) |
38 | 52 |
|
39 | 53 | * pynucastro networks were regenerated to take advantage of recent |
40 | 54 | optimizations (#901) |
|
81 | 95 | * With Intel compilers, logical runtime parameters in Fortran |
82 | 96 | were not being correctly cast to int (#789) |
83 | 97 |
|
84 | | - * Simplified-SDC now works with Fortran nets (#786) |
| 98 | + * Simplified-SDC now works with Fortran nets (#786) |
85 | 99 |
|
86 | 100 | # 21.09 |
87 | 101 |
|
|
101 | 115 | * the numerical Jacobian now uses a more robust one-sided difference |
102 | 116 | algorithm (#660, #728) |
103 | 117 |
|
104 | | - * for simplified SDC, we now only integrate (rho X, rho e), and no longer |
105 | | - integrate (rho E) (#710, #712, #717) |
| 118 | + * for simplified SDC, we now only integrate (rho X, rho e), and no |
| 119 | + longer integrate (rho E) (#710, #712, #717) |
106 | 120 |
|
107 | 121 | * for the NSE bailout, we can now relax the conditions needed to enter |
108 | 122 | NSE after a failed burn (#702) |
|
148 | 162 |
|
149 | 163 | # 21.03 |
150 | 164 |
|
151 | | - * We now integrate internal energy (e) directly instead of integrating |
152 | | - temperature (T) for the thermodynamic evolution. T is obtained from e |
153 | | - with an EOS call when needed to evaluate the rates. (#496) |
| 165 | + * We now integrate internal energy (e) directly instead of |
| 166 | + integrating temperature (T) for the thermodynamic evolution. T is |
| 167 | + obtained from e with an EOS call when needed to evaluate the |
| 168 | + rates. (#496) |
154 | 169 |
|
155 | 170 | * simplified-SDC can be used with the NSE table in aprox19 now |
156 | 171 | (#423, #497) |
|
171 | 186 |
|
172 | 187 | * Microphysics now requires C++17 (gcc >= 7, CUDA >= 11). (#485) |
173 | 188 |
|
174 | | - * The BS integrator was removed. This was Fortran only, doesn't support |
175 | | - SDC integration, and not well used. (#488) |
| 189 | + * The BS integrator was removed. This was Fortran only, doesn't |
| 190 | + support SDC integration, and not well used. (#488) |
176 | 191 |
|
177 | 192 | # 20.12 |
178 | 193 |
|
|
207 | 222 | * A new single-zone EOS test routine was created as unit_test/eos_cell |
208 | 223 | (#382) |
209 | 224 |
|
210 | | - * The gamma_law eos (not gamma_law_general) now fills the sound speed, |
211 | | - entropy, and derivatives for more inputs (#374) |
| 225 | + * The gamma_law eos (not gamma_law_general) now fills the sound |
| 226 | + speed, entropy, and derivatives for more inputs (#374) |
212 | 227 |
|
213 | 228 | * The rprox network now has screening (#377) |
214 | 229 |
|
|
226 | 241 | * The VBDF integrator was removed (#348) |
227 | 242 |
|
228 | 243 | * VODE can now reject an internal timestep that has any abundance |
229 | | - change by more than a factor of 2, or an abundance < 0 or > 1, |
230 | | - as well as timesteps where the temperature ends up negative. (#350) |
| 244 | + change by more than a factor of 2, or an abundance < 0 or > 1, as |
| 245 | + well as timesteps where the temperature ends up negative. (#350) |
231 | 246 |
|
232 | 247 | # 20.07 |
233 | 248 |
|
|
0 commit comments