Searched refs:u_right (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | riemann_solver.h | 97 …eeds_Roe(NewtonianIGProperties gas, State left, CeedScalar u_left, State right, CeedScalar u_right, in ComputeHLLSpeeds_Roe() argument 105 CeedScalar u_roe = RoeAverage(r, u_left, u_right); in ComputeHLLSpeeds_Roe() 118 … State right, State dright, CeedScalar u_right, CeedScalar du_right, CeedScalar *s_left, in ComputeHLLSpeeds_Roe_fwd() argument 127 CeedScalar u_roe = RoeAverage(r, u_left, u_right); in ComputeHLLSpeeds_Roe_fwd() 128 CeedScalar du_roe = RoeAverage_fwd(r, dr, u_left, u_right, du_left, du_right); in ComputeHLLSpeeds_Roe_fwd() 164 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLL() local 167 ComputeHLLSpeeds_Roe(gas, left, u_left, right, u_right, &s_left, &s_right); in RiemannFlux_HLL() 199 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLL_fwd() local 204 …ComputeHLLSpeeds_Roe_fwd(gas, left, dleft, u_left, du_left, right, dright, u_right, du_right, &s_l… in RiemannFlux_HLL_fwd() 276 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLLC() local [all …]
|