Trixi.jl Versions Save

Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia

v0.7.10

1 week ago

Trixi v0.7.10

Diff since v0.7.9

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

2 weeks ago

Trixi v0.7.9

Diff since v0.7.8

Merged pull requests:

  • Unify LaplaceDiffusion1D, LaplaceDiffusion2D, and LaplaceDiffusion3D 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

1 month ago

Trixi v0.7.8

Diff since v0.7.7

Merged pull requests:

  • Boundary integration of viscous forces (#1893) (@DanielDoehring)
  • Use eachindex instead of 1:length, compare against nothing 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:

  • Rename flux_lax_friedrichs into flux_lax_friedrichs_local or flux_rusanov and implement flux_lax_friedrichs_(global) (#1258)
  • Different results for single vs multi-thread (#1766)

v0.7.7

1 month ago

Trixi v0.7.7

Diff since v0.7.6

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

1 month ago

Trixi v0.7.6

Diff since v0.7.5

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

1 month ago

Trixi v0.7.5

Diff since v0.7.4

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

1 month ago

Trixi v0.7.4

Diff since v0.7.3

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)

v0.7.3

2 months ago

Trixi v0.7.3

Diff since v0.7.2

Merged pull requests:

  • Add functionality for TimeSeries callback on UnstructuredMesh2D (#1855) (@andrewwinters5000)
  • Set TreeMesh capacity attribute also when using MPI (#1862) (@bgeihe)
  • Add warning about polynomial degree 0 (#1863) (@bgeihe)
  • Update parallelization.md (#1864) (@bgeihe)
  • Mention hyphen/dash caveat for boundary symbols (#1866) (@DanielDoehring)

Closed issues:

  • What exactly is BoundaryConditionDirichlet? (#965)
  • Add "zeroth" tutorial as an extended version of the README for the first steps with Trixi (#1292)
  • trixi2vtk fails for TreeMesh results when running with MPI (#1861)

v0.7.2

2 months ago

Trixi v0.7.2

Diff since v0.7.1

Merged pull requests:

  • force new FFMPEG.jl version for tests (#1858) (@ranocha)
  • Check BCs for periodicity for periodic Tree & Structured meshes (#1860) (@DanielDoehring)

v0.7.1

2 months ago

Trixi v0.7.1

Diff since v0.7.0

Merged pull requests:

  • CompatHelper: bump compat for Trixi to 0.7 for package benchmark, (keep existing compat) (#1853) (@github-actions[bot])
  • Bump crate-ci/typos from 1.18.0 to 1.18.2 (#1856) (@dependabot[bot])
  • Upwind SBP on curved meshes (#1857) (@andrewwinters5000)