Searched refs:left1 (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | bc_freestream.c | 262 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLL_fwd() local 266 StateConservative Flux1_state = RiemannFlux_HLL(gas, left1, right1, normal); in TestRiemannHLL_fwd() 324 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLLC_fwd() local 328 StateConservative Flux1_state = RiemannFlux_HLLC(gas, left1, right1, normal); in TestRiemannHLLC_fwd() 389 State left1 = StateFromY(gas, Y1_left); in TestComputeHLLSpeeds_Roe_fwd() local 391 CeedScalar u_left1 = Dot3(left1.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()
|