Skip to content

Commit

Permalink
Fixed error in test for Shu Osher Gauss node problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mleprovost committed May 15, 2024
1 parent 9c65865 commit 00ab22c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_dgmulti_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ end
"elixir_euler_shu_osher_gauss_shock_capturing.jl"),
cells_per_dimension=(64,), tspan=(0.0, 1.0),
l2=[
1.7177729727131328,
6.191308529732632,
22.281999765458117,
1.7230050593423594,
6.204579343295488,
22.325237178310008,
],
linf=[
3.228727516356452,
10.989654948503484,
38.65258452259893,
3.277421123498497,
11.068440811631563,
39.07359562953883,
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit 00ab22c

Please sign in to comment.