@@ -104,8 +104,8 @@ Entropy conserving, total energy conserving and kinetic energy preserving two-po
104104 [DOI: 10.48550/arXiv.2603.18978](https://arxiv.org/abs/2603.18978)
105105"""
106106@inline function flux_conservative_etec (u_ll, u_rr,
107- normal_direction:: AbstractVector ,
108- equations:: CompressibleEulerInternalEnergyEquationsWithGravity2D )
107+ normal_direction:: AbstractVector ,
108+ equations:: CompressibleEulerInternalEnergyEquationsWithGravity2D )
109109 # Unpack left and right state
110110 rho_ll, v1_ll, v2_ll, p_ll, phi_ll = cons2prim (u_ll, equations)
111111 rho_rr, v1_rr, v2_rr, p_rr, phi_rr = cons2prim (u_rr, equations)
@@ -138,8 +138,8 @@ Nonconservative part of the entropy conserving, total energy conserving and kine
138138 [DOI: 10.48550/arXiv.2603.18978](https://arxiv.org/abs/2603.18978)
139139"""
140140@inline function flux_nonconservative_etec (u_ll, u_rr,
141- normal_direction:: AbstractVector ,
142- equations:: CompressibleEulerInternalEnergyEquationsWithGravity2D )
141+ normal_direction:: AbstractVector ,
142+ equations:: CompressibleEulerInternalEnergyEquationsWithGravity2D )
143143
144144 # Unpack left and right state
145145 rho_ll, v1_ll, v2_ll, p_ll, phi_ll = cons2prim (u_ll, equations)
0 commit comments