Releases: trixi-framework/Trixi.jl
Releases · trixi-framework/Trixi.jl
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)
v0.7.13
Trixi v0.7.13
Merged pull requests:
- Outsource saving of bounds check errors (#1824) (@bennibolm)
- Add one-sided limiting for nonlinear variables to tutorial (#1934) (@bennibolm)
- Provide document of numeric types and type stability (#1938) (@huiyuxie)
- Fix old API usage for Camera3D (#1940) (@asinghvi17)
- Added Shu-Osher initialization for 1D compressible Euler with Gauss nodes (#1943) (@mleprovost)
v0.7.12
Trixi v0.7.12
Merged pull requests:
- Add StructuredMeshView as proxy between solver and actual StructuredMesh (#1624) (@sloede)
- Add one-sided local subcell IDP limiting for non-linear variables (#1792) (@bennibolm)
- Feature: Read geometry information from t8code (#1900) (@jmark)
- Add changelog to docs (#1933) (@sloede)
- CompatHelper: bump compat for CairoMakie to 0.12 for package docs, (keep existing compat) (#1935) (@github-actions[bot])
- Bump Makie compat to v0.21 (#1937) (@asinghvi17)
v0.7.11
v0.7.10
Trixi v0.7.10
Merged pull requests:
- GLM speed calculations for coupled semidiscretizations (#1835) (@SimonCan)
- Fix intern time integration method with fixed time step (#1919) (@bennibolm)
- Remove unused variables
save_time_series_file
(#1928) (@DanielDoehring)
v0.7.9
Trixi v0.7.9
Merged pull requests:
- Unify
LaplaceDiffusion1D
,LaplaceDiffusion2D
, andLaplaceDiffusion3D
BCs (#1421) (@jlchan) - Switch CI to Julia v1.10 (#1562) (@ranocha)
- First steps tutorial review procesing (#1892) (@ArseniyKholod)
- Improve Docs for new Users (#1911) (@DanielDoehring)
- Correct Typo Doc (#1917) (@DanielDoehring)
- current filename for Unstructured/P4est (#1924) (@DanielDoehring)
- FluxChandrashekar_NormalDir (#1926) (@DanielDoehring)
- Bump crate-ci/typos from 1.19.0 to 1.21.0 (#1927) (@dependabot[bot])
Closed issues:
- General versions of boundary fluxes grad/div for 1D/2D/3D (#1418)
v0.7.8
Trixi v0.7.8
Merged pull requests:
- Boundary integration of viscous forces (#1893) (@DanielDoehring)
- Use
eachindex
instead of1:length
, compare againstnothing
with===
(#1899) (@DanielDoehring) - Add preprocessing step to automate numbering in tutorial introduction (#1901) (@bennibolm)
- Generalize function for
AnalysisSurfaceIntegral
(#1902) (@andrewwinters5000) - LinearizedEuler3D (#1903) (@DanielDoehring)
Closed issues: