Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h122 … State right, State dright, CeedScalar u_right, CeedScalar du_right, CeedScalar *s_left, in ComputeHLLSpeeds_Roe_fwd() argument
132 CeedScalar du_roe = RoeAverage_fwd(r, dr, u_left, u_right, du_left, du_right); in ComputeHLLSpeeds_Roe_fwd()
205 CeedScalar du_right = Dot3(dright.Y.velocity, normal); in RiemannFlux_HLL_fwd() local
208 …ComputeHLLSpeeds_Roe_fwd(gas, left, dleft, u_left, du_left, right, dright, u_right, du_right, &s_l… in RiemannFlux_HLL_fwd()
312 CeedScalar du_right = Dot3(dright.Y.velocity, normal); in RiemannFlux_HLLC_fwd() local
315 …ComputeHLLSpeeds_Roe_fwd(gas, left, dleft, u_left, du_left, right, dright, u_right, du_right, &s_l… in RiemannFlux_HLLC_fwd()
319 …CeedScalar rhou_right = right.U.density * u_right, drhou_right = right.U.density * du_right + drig… in RiemannFlux_HLLC_fwd()
325 - rhou_right * (ds_right - du_right) - drhou_right * (s_right - u_right); in RiemannFlux_HLLC_fwd()
328 … - right.U.density * (ds_right - du_right) - dright.U.density * (s_right - u_right); in RiemannFlux_HLLC_fwd()
338 …_Star_fwd(gas, right, dright, flux_right, dflux_right, normal, u_right, du_right, s_right, ds_righ… in RiemannFlux_HLLC_fwd()
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c415 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() local
418 …oe_fwd(gas, left0, dleft0, u_left0, du_left, right0, dright0, u_right0, du_right, &s_left, &ds_lef… in TestComputeHLLSpeeds_Roe_fwd()