Releases: trixi-framework/Trixi.jl
Releases · trixi-framework/Trixi.jl
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:
v0.7.7
Trixi v0.7.7
Merged pull requests:
- Math rendering speed of sound docstring linearized Euler Eqs (#1897) (@DanielDoehring)
- Fix computation of
max_abs_speeds
for the SWE (#1898) (@patrickersing)
v0.7.6
Trixi v0.7.6
Merged pull requests:
- Sutherlands Law for temperature dependent viscosity (#1808) (@DanielDoehring)
- Add AnalysisSurfaceIntegral (#1812) (@Arpit-Babbar)
- 1D Linearized Euler (#1867) (@DanielDoehring)
- Bump crate-ci/typos from 1.18.2 to 1.19.0 (#1894) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#1895) (@dependabot[bot])
- Remove duplicate entry from NEWS.md (#1896) (@andrewwinters5000)
Closed issues:
- Add Sutherland's law to compressible Navier-Stokes (#1195)
v0.7.5
Trixi v0.7.5
Merged pull requests:
- Use @Batch reduction functionality for subcell bounds check (#1888) (@bennibolm)
- Prevent infinite loop in initial AMR (#1890) (@bgeihe)
Closed issues:
- Link in SECURITY.md gives 404 (#1887)
v0.7.4
Trixi v0.7.4
Merged pull requests:
- remove some minor allocations for threaded FDSBP (#1868) (@ranocha)
- TreeMesh 2D simulation with MPI crashes when a rank has no boundaries (#1870) (@bgeihe)
- Extend TimeSeriesCallback for TreeMesh1D/3D (#1873) (@patrickersing)
- Docstrings for some methods in basis Lobatto-Legendre (#1874) (@DanielDoehring)
- Add ExplicitImports.jl test (#1875) (@JoshuaLampert)
- Update contributing.md (#1883) (@ranocha)
- Create SECURITY.md (#1884) (@ranocha)
- add OpenSSF best practices badge (#1885) (@ranocha)