Searched refs:right1 (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | bc_freestream.c | 263 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLL_fwd() local 266 StateConservative Flux1_state = RiemannFlux_HLL(gas, left1, right1, normal); in TestRiemannHLL_fwd() 325 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLLC_fwd() local 328 StateConservative Flux1_state = RiemannFlux_HLLC(gas, left1, right1, normal); in TestRiemannHLLC_fwd() 390 State right1 = StateFromY(gas, Y1_right); in TestComputeHLLSpeeds_Roe_fwd() local 392 CeedScalar u_right1 = Dot3(right1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 396 ComputeHLLSpeeds_Roe(gas, left1, u_left1, right1, u_right1, &s_left1, &s_right1); in TestComputeHLLSpeeds_Roe_fwd()
|