Searched refs:FluxInviscidDotNormal_fwd (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 199 StateConservative dflux_left = FluxInviscidDotNormal_fwd(gas, left, dleft, normal); in RiemannFlux_HLL_fwd() 200 StateConservative dflux_right = FluxInviscidDotNormal_fwd(gas, right, dright, normal); in RiemannFlux_HLL_fwd() 306 StateConservative dflux_left = FluxInviscidDotNormal_fwd(gas, left, dleft, normal); in RiemannFlux_HLLC_fwd() 307 StateConservative dflux_right = FluxInviscidDotNormal_fwd(gas, right, dright, normal); in RiemannFlux_HLLC_fwd()
|
| H A D | newtonian_state.h | 459 CEED_QFUNCTION_HELPER StateConservative FluxInviscidDotNormal_fwd(NewtonianIdealGasContext gas, Sta… in FluxInviscidDotNormal_fwd() function
|