Searched refs:RiemannFlux_HLLC_fwd (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_slip.h | 95 StateConservative dflux = RiemannFlux_HLLC_fwd(newt_ctx, s, ds, s_reflect, ds_reflect, norm); in Slip_Jacobian()
|
| H A D | bc_freestream.h | 117 dflux = RiemannFlux_HLLC_fwd(newt_ctx, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian() 296 …StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()
|
| H A D | riemann_solver.h | 302 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_fwd(NewtonianIdealGasContext gas, State le… in RiemannFlux_HLLC_fwd() function
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 351 … StateConservative dFlux_state = RiemannFlux_HLLC_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLLC_fwd()
|