Lines Matching refs:right0
272 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLL_fwd() local
287 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLL_fwd()
289 … StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()
306 StateConservative Flux0_state = RiemannFlux_HLL(gas, left0, right0, normal); in TestRiemannHLL_fwd()
334 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLLC_fwd() local
349 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLLC_fwd()
351 … StateConservative dFlux_state = RiemannFlux_HLLC_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLLC_fwd()
368 StateConservative Flux0_state = RiemannFlux_HLLC(gas, left0, right0, normal); in TestRiemannHLLC_fwd()
396 State right0 = StateFromY(gas, Y0_right); in TestComputeHLLSpeeds_Roe_fwd() local
399 CeedScalar u_right0 = Dot3(right0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
413 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestComputeHLLSpeeds_Roe_fwd()
418 …ComputeHLLSpeeds_Roe_fwd(gas, left0, dleft0, u_left0, du_left, right0, dright0, u_right0, du_right… in TestComputeHLLSpeeds_Roe_fwd()
436 ComputeHLLSpeeds_Roe(gas, left0, u_left0, right0, u_right0, &s_left0, &s_right0); in TestComputeHLLSpeeds_Roe_fwd()