Lines Matching refs:right0
231 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()
372 State dright0 = StateFromY_fwd(gas, right0, dY_right); 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()
395 ComputeHLLSpeeds_Roe(gas, left0, u_left0, right0, u_right0, &s_left0, &s_right0); in TestComputeHLLSpeeds_Roe_fwd()