Home
last modified time | relevance | path

Searched refs:right0 (Results 1 – 1 of 1) sorted by relevance

/honee/problems/
H A Dbc_freestream.c231 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLL_fwd() local
246 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLL_fwd()
248 … StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()
265 StateConservative Flux0_state = RiemannFlux_HLL(gas, left0, right0, normal); in TestRiemannHLL_fwd()
293 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLLC_fwd() local
308 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLLC_fwd()
310 … StateConservative dFlux_state = RiemannFlux_HLLC_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLLC_fwd()
327 StateConservative Flux0_state = RiemannFlux_HLLC(gas, left0, right0, normal); in TestRiemannHLLC_fwd()
355 State right0 = StateFromY(gas, Y0_right); in TestComputeHLLSpeeds_Roe_fwd() local
358 CeedScalar u_right0 = Dot3(right0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
[all …]