Searched refs:Y1_right (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | bc_freestream.c | 254 CeedScalar Y1_right[5] = {Y0_right[0], Y0_right[1], Y0_right[2], Y0_right[3], Y0_right[4]}; in TestRiemannHLL_fwd() local 260 Y1_right[i % 5] *= 1 + eps; in TestRiemannHLL_fwd() 263 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLL_fwd() 316 CeedScalar Y1_right[5] = {Y0_right[0], Y0_right[1], Y0_right[2], Y0_right[3], Y0_right[4]}; in TestRiemannHLLC_fwd() local 322 Y1_right[i % 5] *= 1 + eps; in TestRiemannHLLC_fwd() 325 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLLC_fwd() 382 CeedScalar Y1_right[5] = {Y0_right[0], Y0_right[1], Y0_right[2], Y0_right[3], Y0_right[4]}; in TestComputeHLLSpeeds_Roe_fwd() local 387 Y1_right[i % 5] *= 1 + eps; in TestComputeHLLSpeeds_Roe_fwd() 390 State right1 = StateFromY(gas, Y1_right); in TestComputeHLLSpeeds_Roe_fwd()
|