Searched refs:RiemannFlux_HLLC (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_slip.h | 36 StateConservative flux = RiemannFlux_HLLC(newt_ctx, s, s_reflect, norm); in Slip()
|
| H A D | bc_freestream.h | 47 flux = RiemannFlux_HLLC(newt_ctx, s, context->S_infty, normal); in Freestream() 214 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
|
| H A D | riemann_solver.h | 275 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIdealGasContext gas, State left, … in RiemannFlux_HLLC() function
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 368 StateConservative Flux0_state = RiemannFlux_HLLC(gas, left0, right0, normal); in TestRiemannHLLC_fwd() 369 StateConservative Flux1_state = RiemannFlux_HLLC(gas, left1, right1, normal); in TestRiemannHLLC_fwd()
|