|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 26.04 |
| 4 | + |
| 5 | + * update the burning timestep limiter to know about disabling burning |
| 6 | + in shocks (#3331) |
| 7 | + |
| 8 | + * update CI benchmarks due to Microphysics changes (#3330) |
| 9 | + |
| 10 | + * add the change log to the docs (#3202) |
| 11 | + |
| 12 | + * add an assert to `test_composite_phi` to enforce assumptions (#3295) |
| 13 | + |
| 14 | + * some cleaning / updates to the true-SDC code path: remove |
| 15 | + redundant EOS calls in the Newton solver (#3314), add the ability |
| 16 | + to disable burning in shocks (#3315), document a side effect in |
| 17 | + `construct_old_reactive_source` (#3321), fix the number of ghost |
| 18 | + cells when the shock variable is used (#3307), fix the initial guess |
| 19 | + for the 2nd order nonlinear solve (#3275), fix the check on subdivisions |
| 20 | + in the Newton loop (#3269) |
| 21 | + |
| 22 | + * `flame` : abort the simulation when the flame reaches the edge of |
| 23 | + the domain (#3320), and make the `flame_speed.py` script more |
| 24 | + robust (#3272) |
| 25 | + |
| 26 | + * `Detonation` : abort the simulation when the flame reaches the edge of |
| 27 | + the domain (#3318) |
| 28 | + |
| 29 | + * `massive_star` : normalize the composition image analysis script |
| 30 | + (#3325) |
| 31 | + |
| 32 | + * some doxygen fixes (#3324) |
| 33 | + |
| 34 | + * fix the source flag logic for the geometry source (#3312) |
| 35 | + |
| 36 | + * fix the diffusion high-side BCs (#3294) |
| 37 | + |
| 38 | + * remove some debugging features from the radiation solver (#3293) |
| 39 | + |
| 40 | + * add an assert on the rotation axis (#3296) |
| 41 | + |
| 42 | + * replace `M_PI` with `std::numbers::pi` (#3303) |
| 43 | + |
| 44 | + * use `amrex::Math::powi` in more places (#3304) |
| 45 | + |
| 46 | + * `wdmerger` : remove the unused `abort_on_failure` parameter |
| 47 | + |
| 48 | + * quiet unused variable warnings (#3311) |
| 49 | + |
| 50 | + * use `constexpr` for BC types (#3302) |
| 51 | + |
| 52 | + * codespell fixes (#3300) |
| 53 | + |
| 54 | + * `nova` : default to RKC + some inputs tweaks |
| 55 | + |
| 56 | + * `subchandra` : some fixes to make the reactions more robust |
| 57 | + (#3196) |
| 58 | + |
| 59 | + * SCF: set a maximum tagging radius for the test problem (#3299), |
| 60 | + fix volume factors in 2D (#3297) |
| 61 | + |
| 62 | + * gravity cleaning: pass data by const reference (#3289), apply |
| 63 | + problo in axisymmetric (#3288) |
| 64 | + |
| 65 | + * flush the output when we generate an invalid X to get the error |
| 66 | + reported in the right place in stdout (#3206) |
| 67 | + |
| 68 | + * MHD: fix minor indexing bug in the HLLD solver (#3287) |
| 69 | + |
3 | 70 | ## 26.03 |
4 | 71 |
|
5 | 72 | * fix the embiggener compilation (#3285) |
|
0 commit comments