Home
last modified time | relevance | path

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

/honee/problems/
H A Dbc_freestream.c246 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLL_fwd() local
248 … StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()
308 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLLC_fwd() local
310 … StateConservative dFlux_state = RiemannFlux_HLLC_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLLC_fwd()
372 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestComputeHLLSpeeds_Roe_fwd() local
374 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
377 …ComputeHLLSpeeds_Roe_fwd(gas, left0, dleft0, u_left0, du_left, right0, dright0, u_right0, du_right… in TestComputeHLLSpeeds_Roe_fwd()