Searched refs:s_left (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | riemann_solver.h | 51 CeedScalar s_left, CeedScalar s_right) { in Flux_HLL() argument 58 …_hll[i] = (s_right * F_left[i] - s_left * F_right[i] + s_left * s_right * (U_right[i] - U_left[i])… in Flux_HLL() 98 CeedScalar *s_left, CeedScalar *s_right) { in ComputeHLLSpeeds_Roe() argument 113 *s_left = u_roe - a_roe; in ComputeHLLSpeeds_Roe() 118 … State right, State dright, CeedScalar u_right, CeedScalar du_right, CeedScalar *s_left, in ComputeHLLSpeeds_Roe_fwd() argument 141 *s_left = u_roe - a_roe; in ComputeHLLSpeeds_Roe_fwd() 166 CeedScalar s_left, s_right; in RiemannFlux_HLL() local 167 ComputeHLLSpeeds_Roe(gas, left, u_left, right, u_right, &s_left, &s_right); in RiemannFlux_HLL() 170 if (0 <= s_left) { in RiemannFlux_HLL() 175 return Flux_HLL(left, right, flux_left, flux_right, s_left, s_right); in RiemannFlux_HLL() [all …]
|
| /honee/problems/ |
| H A D | bc_freestream.c | 376 CeedScalar s_left, s_right; // Throw away in TestComputeHLLSpeeds_Roe_fwd() local 377 …, left0, dleft0, u_left0, du_left, right0, dright0, u_right0, du_right, &s_left, &ds_left, &s_righ… in TestComputeHLLSpeeds_Roe_fwd()
|