Skip to content

Commit 1049fbf

Browse files
committed
fix test values
1 parent 434090d commit 1049fbf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/equations/compressible_euler_internal_energy_with_gravity_2d.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ end
100100
"""
101101
flux_conservative_artiano_ranocha(u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
102102
103-
Entropy conserving, total and kinetic energy preserving two-point flux by
103+
Entropy conserving, total energy conserving and kinetic energy preserving two-point flux by
104104
- Marco Artiano, Hendrik Ranocha (2026)
105105
On Affordable High-Order Entropy-Conservative/Stable and
106106
Well-Balanced Methods for Nonconservative Hyperbolic Systems
@@ -134,7 +134,7 @@ end
134134
"""
135135
flux_nonconservative_artiano_ranocha(u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
136136
137-
Entropy conserving, total and kinetic energy preserving two-point flux by
137+
Entropy conserving, total energy conserving and kinetic energy preserving two-point flux by
138138
- Marco Artiano, Hendrik Ranocha (2026)
139139
On Affordable High-Order Entropy-Conservative/Stable and
140140
Well-Balanced Methods for Nonconservative Hyperbolic Systems

test/test_2d_euler_internal_energy.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ EXAMPLES_DIR = joinpath(EXAMPLES_DIR, "euler/dry_air")
1111
2.3801001547126282e-7,
1212
6.190703738154071e-6,
1313
3.382129115733546e-5,
14-
0.04378077771400064,
14+
0.04382810096988029,
1515
9.251160452856857e-12
1616
],
1717
linf=[
18-
1.2361505137281625e-6,
19-
6.0611579918656844e-5,
20-
0.000334731170658801,
21-
0.27240109792910516,
18+
1.2362858290426715e-6,
19+
6.0616987330064376e-5,
20+
0.00033470830317765867,
21+
0.27272386007825844,
2222
4.3655745685100555e-11
2323
], tspan=(0.0, 10.0), atol=5e-11)
2424
# Ensure that we do not have excessive memory allocations

0 commit comments

Comments
 (0)