Searched refs:RiemannFlux_HLL (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 306 StateConservative Flux0_state = RiemannFlux_HLL(gas, left0, right0, normal); in TestRiemannHLL_fwd() 307 StateConservative Flux1_state = RiemannFlux_HLL(gas, left1, right1, normal); in TestRiemannHLL_fwd()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 163 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIdealGasContext gas, State left, S… in RiemannFlux_HLL() function
|
| H A D | bc_freestream.h | 44 flux = RiemannFlux_HLL(newt_ctx, s, context->S_infty, normal); in Freestream()
|