trixi-framework/Trixi.jl

Checklist to update elixirs to use a better default wave speed for Local Lax-Friedrichs

Open

#2464 opened on Jul 3, 2025

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Julia (686 stars) (153 forks)batch import
good first issuepossible student projecttesting

Description

The PR https://github.com/trixi-framework/Trixi.jl/pull/2458/files swaps out Trixi.jl's old wave-speed estimate for a better wave-speed estimate. However, because this would break a lot of CI, #2458 retains the old "naive" wave-speed estimate in elixirs.

This issue is intended to track which CI tests are currently being or have been updated.

  • dgmulti_1d
  • dgmulti_2d
  • dgmulti_3d
  • p4est_2d_dgsem
  • p4est_3d_dgsem
  • paper_self_gravitating_gas_dynamics
  • special_elixirs
  • structured_1d_dgsem
  • structured_2d_dgsem
  • structured_3d_dgsem
  • t8code_2d_dgsem
  • t8code_3d_dgsem
  • tree_1d_dgsem
  • tree_2d_dgsem
  • tree_3d_dgsem
  • unstructured_2d_dgsem
  • unstructured_2d_fdsbp
  • miscellaneous items in test (see #2458)

Contributor guide