@@ -95,15 +95,15 @@ have_nonconservative_terms(::CompressibleEulerInternalEnergyEquationsWithGravity
9595end
9696
9797"""
98- flux_conservative_artiano_ranocha (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
98+ flux_conservative_etec (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
9999
100100Entropy conserving, total energy conserving and kinetic energy preserving two-point flux by
101101- Marco Artiano, Hendrik Ranocha (2026)
102102 On Affordable High-Order Entropy-Conservative/Stable and
103103 Well-Balanced Methods for Nonconservative Hyperbolic Systems
104104 [DOI: 10.48550/arXiv.2603.18978](https://arxiv.org/abs/2603.18978)
105105"""
106- @inline function flux_conservative_artiano_ranocha (u_ll, u_rr,
106+ @inline function flux_conservative_etec (u_ll, u_rr,
107107 normal_direction:: AbstractVector ,
108108 equations:: CompressibleEulerInternalEnergyEquationsWithGravity2D )
109109 # Unpack left and right state
@@ -129,15 +129,15 @@ Entropy conserving, total energy conserving and kinetic energy preserving two-po
129129end
130130
131131"""
132- flux_nonconservative_artiano_ranocha (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
132+ flux_nonconservative_etec (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
133133
134134Nonconservative part of the entropy conserving, total energy conserving and kinetic energy preserving two-point flux by
135135- Marco Artiano, Hendrik Ranocha (2026)
136136 On Affordable High-Order Entropy-Conservative/Stable and
137137 Well-Balanced Methods for Nonconservative Hyperbolic Systems
138138 [DOI: 10.48550/arXiv.2603.18978](https://arxiv.org/abs/2603.18978)
139139"""
140- @inline function flux_nonconservative_artiano_ranocha (u_ll, u_rr,
140+ @inline function flux_nonconservative_etec (u_ll, u_rr,
141141 normal_direction:: AbstractVector ,
142142 equations:: CompressibleEulerInternalEnergyEquationsWithGravity2D )
143143
@@ -159,7 +159,7 @@ Nonconservative part of the entropy conserving, total energy conserving and kine
159159end
160160
161161"""
162- flux_nonconservative_artiano_ranocha (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
162+ flux_conservative_es (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
163163
164164Entropy stable two-point flux by
165165- Marco Artiano, Hendrik Ranocha (2026)
@@ -209,7 +209,7 @@ Entropy stable two-point flux by
209209end
210210
211211"""
212- flux_nonconservative_artiano_ranocha (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
212+ flux_nonconservative_es (u_ll, u_rr, normal_direction::AbstractVector, equations::CompressibleEulerInternalEnergyEquationsWithGravity2D)
213213
214214Nonconservative part of the entropy stable two-point flux by
215215- Marco Artiano, Hendrik Ranocha (2026)
0 commit comments