Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h195 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIdealGasContext gas, State lef… in RiemannFlux_HLL_fwd() function
H A Dbc_freestream.h114 dflux = RiemannFlux_HLL_fwd(newt_ctx, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian()
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c289 … StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()