Skip to content

Releases: trixi-framework/Trixi.jl

v0.9.3

30 Oct 16:04
Compare
Choose a tag to compare

Trixi v0.9.3

Diff since v0.9.2

Merged pull requests:

Closed issues:

  • RFC: alternative computation of source terms based on indices (#2010)

v0.9.2

21 Oct 12:10
Compare
Choose a tag to compare

Trixi v0.9.2

Diff since v0.9.1

Merged pull requests:

Closed issues:

  • Tree Mesh centering the mesh and shifting the boundaries (rectangles to quads) (#1889)
  • Remove dependence on Octavian.jl for Julia 1.11 (#1906)
  • transient scalar transport equation (diffusion and advection) (#2124)

v0.9.1

10 Oct 15:15
Compare
Choose a tag to compare

Trixi v0.9.1

Diff since v0.9.0

Merged pull requests:

v0.9.0

10 Oct 10:54
Compare
Choose a tag to compare

Trixi v0.9.0

Diff since v0.8.10

Merged pull requests:

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)

v0.8.10

13 Sep 11:41
Compare
Choose a tag to compare

Trixi v0.8.10

Diff since v0.8.9

Merged pull requests:

  • Use Base.min / Base.max in MPI reductions (#2054) (@benegee)
  • Remove redundant part of inner constructor for GLM-MHD 2D (#2076) (@huiyuxie)

v0.8.9

11 Sep 14:59
Compare
Choose a tag to compare

Trixi v0.8.9

Diff since v0.8.8

Merged pull requests:

Closed issues:

  • Failing tests related to t8code (#1845)
  • Missing tests for boundary conditions (#1987)
  • Variable namings within MPIInterfaceContainer2D, MPIL2MortarContainer2D (#2040)

v0.8.8

20 Aug 12:12
Compare
Choose a tag to compare

Trixi v0.8.8

Diff since v0.8.7

Merged pull requests:

Closed issues:

  • Add shock-capturing for nonconservative terms in 1D and 3D for the TreeMesh (#732)

v0.8.7

19 Aug 09:11
Compare
Choose a tag to compare

Trixi v0.8.7

Diff since v0.8.6

Merged pull requests:

Closed issues:

  • Nonconservative boundary terms (#868)

v0.8.6

16 Aug 05:15
Compare
Choose a tag to compare

Trixi v0.8.6

Diff since v0.8.5

Merged pull requests:

  • Add numerical support of other real types (linearized_euler) (#2002) (@huiyuxie)
  • Add numerical support for other real types (fluxes) (#2021) (@huiyuxie)
  • Specify Callback Argument Type in init Functions in ODE solvers (2N, 3Sstar, PairedExplicitRK, SSP) (#2026) (@warisa-r)
  • Note new file name in benchmark docs (#2030) (@ranocha)
  • Move dimension check in the constructor of SemidiscretizationHyperbolic (#2039) (@amrueda)
  • More accurate comments MPI Mortar Containers (#2041) (@DanielDoehring)

v0.8.5

07 Aug 13:49
Compare
Choose a tag to compare

Trixi v0.8.5

Diff since v0.8.4

Merged pull requests:

Closed issues:

  • A few questions about the formulas in the flux differencing tutorial (#2017)
  • Spatially-varying number of fields (#2023)