Home
last modified time | relevance | path

Searched refs:right1 (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c304 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLL_fwd() local
307 StateConservative Flux1_state = RiemannFlux_HLL(gas, left1, right1, normal); in TestRiemannHLL_fwd()
366 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLLC_fwd() local
369 StateConservative Flux1_state = RiemannFlux_HLLC(gas, left1, right1, normal); in TestRiemannHLLC_fwd()
431 State right1 = StateFromY(gas, Y1_right); in TestComputeHLLSpeeds_Roe_fwd() local
433 CeedScalar u_right1 = Dot3(right1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
437 ComputeHLLSpeeds_Roe(gas, left1, u_left1, right1, u_right1, &s_left1, &s_right1); in TestComputeHLLSpeeds_Roe_fwd()