Skip to content

Releases: trixi-framework/Trixi.jl

v0.7.3

14 Mar 15:16
Compare
Choose a tag to compare

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

07 Mar 10:02
Compare
Choose a tag to compare

Trixi v0.7.2

Diff since v0.7.1

Merged pull requests:

v0.7.1

06 Mar 12:49
Compare
Choose a tag to compare

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)

v0.7.0

23 Feb 13:12
Compare
Choose a tag to compare

Trixi v0.7.0

Diff since v0.6.10

Merged pull requests:

Closed issues:

  • CI & MPI: Failing run for examples/p4est_3d_dgsem/elixir_euler_source_terms_nonconforming_unstructured_curved.jl (#1599)
  • Using min_max_speed_davis instead of min_max_speed_naive as default (#1721)
  • Release v0.7 (#1726)

v0.6.10

22 Feb 13:29
Compare
Choose a tag to compare

Trixi v0.6.10

Diff since v0.6.9

Merged pull requests:

Closed issues:

  • Document the execution path for Semidiscretization and rhs! for TreeMesh (#1215)

v0.6.9

16 Feb 05:43
Compare
Choose a tag to compare

Trixi v0.6.9

Diff since v0.6.8

Merged pull requests:

Closed issues:

  • @threaded is not always working on macOS ARM (#1206)
  • Memory Leak in p4est/p4est.jl in conjunction with OrdinaryDiffEq.jl (#1817)
  • GSOC: missing idea list (#1833)

v0.6.8

29 Jan 09:03
Compare
Choose a tag to compare

Trixi v0.6.8

Diff since v0.6.7

Merged pull requests:

v0.6.7

25 Jan 13:53
Compare
Choose a tag to compare

Trixi v0.6.7

Diff since v0.6.6

Merged pull requests:

Closed issues:

  • Alternative and more direct way to interface to p4est/t8code (#1182)
  • Support for MPI.jl if configured to use the system MPI library. (#1183)
  • dgsem_p4est in 2D (probably also 3D) crashes when the element orientation is not right-handed (#1264)

v0.6.6

11 Jan 16:26
Compare
Choose a tag to compare

Trixi v0.6.6

Diff since v0.6.5

Merged pull requests:

  • Parabolic Mortar for AMR P4estMesh{3} (#1765) (@apey236)
  • reset the timer also on non-root MPI processes (#1787) (@ranocha)
  • hotfix: restrict DiffEqBase.jl to let CI pass (#1788) (@ranocha)
  • Add HLLC flux for non-cartesian meshes to CompressibleEulerEquations{2,3}D (#1790) (@bgeihe)
  • Bump crate-ci/typos from 1.16.23 to 1.16.26 (#1793) (@dependabot[bot])
  • Bump actions/download-artifact from 3 to 4 (#1794) (@dependabot[bot])
  • Bump actions/upload-artifact from 3 to 4 (#1795) (@dependabot[bot])
  • Extend CompressibleEulerQuasi1D and ShallowWaterQuasi1D to DGMulti (#1797) (@jlchan)
  • Fix boundary_condition_slip_wall for SWE (#1798) (@patrickersing)
  • Comments explaining usage of ForwardDiff.jacobian (#1800) (@DanielDoehring)
  • Fix link to download notebook badge in documentation (#1801) (@bennibolm)

Closed issues:

  • HLLC flux for CEE on Non-Cartesian Grids (#1741)
  • DGMulti non-conservative terms appear to be broken (#1774)

v0.6.5

20 Dec 06:52
Compare
Choose a tag to compare

Trixi v0.6.5

Diff since v0.6.4

Merged pull requests:

  • Enable save solution with time intervals for SimpleIntegratorSSP (#1677) (@amrueda)
  • Compressible Euler Quasi-1D (#1757) (@KrisshChawla)
  • Fixed cons2entropy files and implemented entropy2cons for CompressibleEulerMulticomponent1D and CompressibleEulerMulticomponent2D (#1767) (@teohyikhaw)
  • Central SBP finite difference solver for UnstructuredMesh2D (#1773) (@andrewwinters5000)
  • CompatHelper: bump compat for T8code to 0.5, (keep existing compat) (#1775) (@github-actions[bot])
  • Add get_proposed_dt to custom integrators (#1776) (@DanielDoehring)
  • Add quasi-1D Euler to NEWS.md (#1780) (@jlchan)

Closed issues:

  • Advection diffusion elixirs with Erikkson-Johnson initial condition (#1543)
  • Entropy calculation for compressible euler multicomponent 1d and 2d is incorrectly implemented (#1715)