|
| 1 | +# 25.05 |
| 2 | + |
| 3 | + * update nova inputs are README (#3066) |
| 4 | + |
| 5 | + * clang-tidy clean-ups (#3064, #3069) |
| 6 | + |
| 7 | + * fix some loop initialization and shadowing issues in the diffusion |
| 8 | + test (#3068, #3070) |
| 9 | + |
| 10 | + * update Sod analysis scripts for NumPy 2.x (#3065) |
| 11 | + |
| 12 | + * update `xrb_spherical` analysis scripts (#3013) |
| 13 | + |
| 14 | + * update scaling numbers for `flame_wave` (#3058) |
| 15 | + |
| 16 | + * update `massive_star` README file (#3059) |
| 17 | + |
| 18 | + * add a new analysis script to `Detonation` that shows the structure |
| 19 | + at a single time, including composition (#3061) |
| 20 | + |
| 21 | + * fix shadowing in `timestep.cpp` (#3063) |
| 22 | + |
| 23 | + * update `subch_planar` inputs and README (#3062) |
| 24 | + |
| 25 | + * have the `job_info` file capture the `EXTRACXXFLAGS` in the build |
| 26 | + system (#3057) |
| 27 | + |
| 28 | + * clean up the `flame` problem and make the inputs files clearer + |
| 29 | + add one for carbon flames. Also update the analysis scripts |
| 30 | + (#3056) |
| 31 | + |
| 32 | + * fix CI test branch issues (#3060) |
| 33 | + |
| 34 | + * add Bessel-Legendre initial conditions for the 2D diffusion |
| 35 | + test in spherical geometry (#3054) |
| 36 | + |
| 37 | + * update the `flame_wave` analysis script to allow for parallel runs, |
| 38 | + interactivity, and performance (#3030) |
| 39 | + |
| 40 | + * fix the `divu`, `magvort`, and `diffterm` plot variables for 2D |
| 41 | + spherical geometry (#3055) |
| 42 | + |
1 | 43 | # 25.04 |
2 | 44 |
|
3 | 45 | * for spherical geometry, allow the inner BC to not be at zero for |
|
9 | 51 |
|
10 | 52 | * fix the spherical boundary check at initialization (#3046) |
11 | 53 |
|
12 | | - * make `NUM_GROW` and `NUM_GROW_SRC` `constexpr` |
| 54 | + * make `NUM_GROW` and `NUM_GROW_SRC` `constexpr` (#3049) |
13 | 55 |
|
14 | | - * fix a NaN in `transverse_use_eos` when running in 3D |
| 56 | + * fix a NaN in `transverse_use_eos` when running in 3D (#3043) |
15 | 57 |
|
16 | | - * set `USE_SHOCK_VAR=TRUE` by default for the `Detonation` problem. |
| 58 | + * set `USE_SHOCK_VAR=TRUE` by default for the `Detonation` |
| 59 | + problem. (#3038) |
17 | 60 |
|
18 | 61 | # 25.03 |
19 | 62 |
|
|
0 commit comments