Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c287 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLL_fwd() local
289 … StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()
349 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLLC_fwd() local
351 … StateConservative dFlux_state = RiemannFlux_HLLC_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLLC_fwd()
413 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestComputeHLLSpeeds_Roe_fwd() local
415 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); 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()