Searched defs:u_left (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 101 …void ComputeHLLSpeeds_Roe(NewtonianIdealGasContext gas, State left, CeedScalar u_left, State right… in ComputeHLLSpeeds_Roe() 121 …eeds_Roe_fwd(NewtonianIdealGasContext gas, State left, State dleft, CeedScalar u_left, CeedScalar … in ComputeHLLSpeeds_Roe_fwd() 167 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLL() local 202 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLL_fwd() local 279 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLLC() local 309 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLLC_fwd() local
|