Releases: trixi-framework/Trixi.jl
Releases · trixi-framework/Trixi.jl
v0.8.4
Trixi v0.8.4
Merged pull requests:
- Refactor PERK2 time integration method to use fixed time step (#1958) (@warisa-r)
- Add numerical support of other real types (
lattice
) (#1991) (@huiyuxie) - Add numerical support of other real types (
water
) (#1995) (@huiyuxie) - Canonical use of
initial_condition
(#2006) (@DanielDoehring) - Update benchmarks.jl: 1D (#2009) (@DanielDoehring)
- Benchmarks 1D: Polydeg for 1D Structured Sedov (#2013) (@DanielDoehring)
- Update feature table: parabolic terms not supported for
StructuredMesh
(#2018) (@JoshuaLampert)
Closed issues:
- The GLL method cannot perform exact numerical integration for DGSEM ? (#2016)
v0.8.3
v0.8.2
Trixi v0.8.2
Merged pull requests:
- Maxwell 1D (Wave Equation) (#1949) (@DanielDoehring)
- Add StructuredMeshView to fluxes. (#1986) (@SimonCan)
- CompatHelper: bump compat for Trixi to 0.8 for package benchmark, (keep existing compat) (#2000) (@github-actions[bot])
- Update docstring
AnalysisSurfaceIntegral
(#2003) (@DanielDoehring)
v0.8.1
v0.8.0
Trixi v0.8.0
Merged pull requests:
- AMR-Compat SurfaceIntegrals (#1959) (@DanielDoehring)
- Add more zeros to solution file name (#1996) (@andrewwinters5000)
- Bump crate-ci/typos from 1.21.0 to 1.22.9 (#1998) (@dependabot[bot])
Closed issues:
v0.7.18
Trixi v0.7.18
Merged pull requests:
v0.7.17
Trixi v0.7.17
Merged pull requests:
- Add numerical support of other real types (
linear_advection
) (#1971) (@huiyuxie) - Refactor time integrator 2N and 3Star more similar to OrdinaryDiffEq.jl integrators (#1975) (@warisa-r)
- Avoid type instability in
SemidiscretizationCoupled
(#1979) (@efaulhaber) - Make
copy_to_coupled_boundary!
threaded (#1981) (@efaulhaber) - Do not set
finalstep = false
in PERK2step!
(#1983) (@DanielDoehring)
Closed issues:
- Make custom integrators more similar to OrdinaryDiffEq.jl integrators? (#1886)
v0.7.16
Trixi v0.7.16
Merged pull requests:
- Print global number of cells and dofs (#1865) (@benegee)
- Add numerical support of other real types (
Float32
) (#1909) (@huiyuxie) - Save and load user_data for p4est (#1915) (@benegee)
- Add numerical support of other real types (continue) (#1947) (@huiyuxie)
- Bump julia-actions/cache from 1 to 2 (#1966) (@dependabot[bot])
- Move timers and
@trixi_timeit
to TrixiBase.jl (#1970) (@efaulhaber) - fix links to JuliaCon HPC minisymposium (#1972) (@ranocha)
- Fix
entropy
for quasi-1D compressible Euler (#1974) (@jlchan) - Specify version of JuliaFormatter in docs (#1976) (@JoshuaLampert)
- Update Michael's affiliation to U of Augsburg (#1977) (@sloede)
- Fix timings for
SemidiscretizationCoupled
(#1978) (@efaulhaber) - solve! instead of solve_steps! for PERK2 (#1982) (@DanielDoehring)
Closed issues:
- Restart does not work with p4est + AMR (#1914)
v0.7.15
Trixi v0.7.15
Merged pull requests:
- Perk p2 single ext (#1908) (@warisa-r)
- Read in capacity for parallel TreeMesh (#1913) (@benegee)
- Add subcell limiting support for StructuredMesh (#1946) (@bennibolm)
- remove Octavian and matmul! (#1950) (@jlchan)
- CompatHelper: bump compat for Convex to 0.16 for package test, (keep existing compat) (#1953) (@github-actions[bot])
- Add JuliaCon 24 contributions to readme (#1957) (@sloede)
- Clean up callback conditions (#1960) (@efaulhaber)
- Generalize Jin Xin relaxation (#1961) (@ranocha)
Closed issues:
v0.7.14
Trixi v0.7.14
Merged pull requests:
- Mean value in Zhang-Shu limiter on curved meshes (#1945) (@andrewwinters5000)