Searched refs:FluxInviscidDotNormal_fwd (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | riemann_solver.h | 195 StateConservative dflux_left = FluxInviscidDotNormal_fwd(gas, left, dleft, normal); in RiemannFlux_HLL_fwd() 196 StateConservative dflux_right = FluxInviscidDotNormal_fwd(gas, right, dright, normal); in RiemannFlux_HLL_fwd() 302 StateConservative dflux_left = FluxInviscidDotNormal_fwd(gas, left, dleft, normal); in RiemannFlux_HLLC_fwd() 303 StateConservative dflux_right = FluxInviscidDotNormal_fwd(gas, right, dright, normal); in RiemannFlux_HLLC_fwd()
|
| H A D | newtonian_state.h | 454 CEED_QFUNCTION_HELPER StateConservative FluxInviscidDotNormal_fwd(const NewtonianIGProperties gas, … in FluxInviscidDotNormal_fwd() function
|