v0.5.48
Trixi v0.5.48
Merged pull requests:
- add gradient variable type parameter to
AbstractEquationsParabolic
(#1409) (@jlchan) - Add new non-conservative flux for standard and two-layer shallow water equations (#1508) (@patrickersing)
- format examples (#1531) (@ranocha)
- Implement subcell limiting for non-conservative systems (#1670) (@amrueda)
- format test directory (#1688) (@ranocha)
- HLLE CEE 2D3D NonCartesian Meshes (#1692) (@DanielDoehring)
- Fix allocs (#1695) (@DanielDoehring)
- format with new version of JuliaFormatter (#1696) (@ranocha)
- Add NumFOCUS + ACTRIX to acknowledgments (#1697) (@sloede)
- Allocation tests DGMulti 2D (#1698) (@DanielDoehring)
- Bump crate-ci/typos from 1.16.15 to 1.16.21 (#1700) (@dependabot[bot])
- Migrate neural network-based indicators to new repository (#1701) (@sloede)
- Update tests in docs differentiable_programming.jl (#1704) (@ArseniyKholod)
- Add downstream tests for TrixiShallowWater.jl (#1707) (@sloede)
- HLL MHD Breaking changes for Consistency (#1708) (@DanielDoehring)
- Deprecate some
DGMultiMesh
constructors (#1709) (@jlchan) - Update NEWS.md with quasi-1D SWE (#1710) (@jlchan)
- add compat bounds for stdlibs (#1711) (@ranocha)
- Make parabolic terms nonexperimental (#1714) (@sloede)
- Fix bug in 2D CEE HLLE Noncartesian flux (#1719) (@DanielDoehring)
- Remove AMR CB from HLLE 2D Tree test (#1720) (@DanielDoehring)
- Add Trixi2Vtk.jl to downstream tests (#1722) (@sloede)
- fix IndicatorMax with multi-threading on ARM (#1723) (@ranocha)
- Fix the wet/dry test for SWE (#1727) (@patrickersing)
- fix failing
DGMultiMesh
and Compressible Navier-Stokes convergence tests (#1728) (@jlchan) - Fix
flux
for quasi-1D SWE (#1731) (@jlchan) - backports from
v0.6-dev
tomain
(#1732) (@ranocha)
Closed issues:
- Wrapped arrays are not safe (no bounds checking by default) (#1320)
- MPI: Parallel IO (#1332)
- Tests for parallel I/O (#1486)
- Add @test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) to every test? (#1664)
- implementing an equation (#1675)
calc_boundary_flux!
is allocating forHOHQMesh
andDGMulti
(#1678)- Test in docs/.../differentiable_programming.jl sometimes fails (#1703)
- Entropy calculation for compressible euler multicomponent 1d is incorrectly implemented (#1716)
flux_lax_friedrichs
should be specialized for equations with discontinuous parameter-as-variables (#1725)- Investigate CI failures of Navier-Stokes convergence tests (#1729)