Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_freestream.h36 flux = RiemannFlux_HLL(gas, s, context->S_infty, normal); in Freestream()
H A Driemann_solver.h159 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIGProperties gas, State left, Stat… in RiemannFlux_HLL() function
/honee/problems/
H A Dbc_freestream.c265 StateConservative Flux0_state = RiemannFlux_HLL(gas, left0, right0, normal); in TestRiemannHLL_fwd()
266 StateConservative Flux1_state = RiemannFlux_HLL(gas, left1, right1, normal); in TestRiemannHLL_fwd()