Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_freestream.h102 dflux = RiemannFlux_HLL_fwd(gas, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian()
H A Driemann_solver.h191 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIGProperties gas, State left, … in RiemannFlux_HLL_fwd() function
/honee/problems/
H A Dbc_freestream.c248 … StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()