Home
last modified time | relevance | path

Searched refs:RiemannFlux_HLL (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c306 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 Driemann_solver.h163 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIdealGasContext gas, State left, S… in RiemannFlux_HLL() function
H A Dbc_freestream.h44 flux = RiemannFlux_HLL(newt_ctx, s, context->S_infty, normal); in Freestream()