v0.9.0
Trixi v0.9.0
Merged pull requests:
- Stabilize simulations to avoid differences between CI and local runs (#2007) (@bennibolm)
- Remove
initial_condition
fromrhs!
,rhs_parabolic!
(#2037) (@DanielDoehring) - Remove
normal_direction_ll
for nonconservative terms (#2062) (@patrickersing) - Remove
semi
AnalysisSurfaceIntegral (#2069) (@DanielDoehring) - remove JuliaCon notice (#2073) (@ranocha)
- Add function to calculate optimal CFL number for PERK2 integrator and related updates (#2077) (@warisa-r)
- Comments for more allocs for custom ODE solvers (#2079) (@DanielDoehring)
- Revert "Add function to calculate optimal CFL number for PERK2 integrator and related updates" (#2082) (@DanielDoehring)
- Implement a function to calculate the optimal CFL number for the PERK2 integrator and apply the necessary related updates (#2083) (@warisa-r)
- Remove experimental remarks for subcell limiting (#2084) (@bennibolm)
remake
forSemidiscretizationEulerGravity
(#2087) (@DanielDoehring)- Stable CFL EG Jeans (#2089) (@DanielDoehring)
- Fix the bad code with mixed use of variable scope (#2092) (@huiyuxie)
- Bump crate-ci/typos from 1.24.3 to 1.25.0 (#2093) (@dependabot[bot])
- Level Info
TreeMesh
without AMR (#2104) (@DanielDoehring)
Closed issues:
- Boundary conditions on nonconservative terms not supported (#1445)
- Unused parameter in
AnalysisSurfaceIntegral
constructor (#2033) - Remove
normal_direction_ll
in nonconservative terms (#2049) - Usage of
ndims(mesh)
at many avoidable places (#2080) elixir_eulergravity_jeans_instability.jl
crashes with given CFL (#2088)