Searched refs:FluxInviscidDotNormal (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | riemann_solver.h | 160 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLL() 161 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLL() 193 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLL_fwd() 194 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLL_fwd() 272 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLLC() 273 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLLC() 300 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLLC_fwd() 301 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLLC_fwd()
|
| H A D | newtonian_state.h | 443 CEED_QFUNCTION_HELPER StateConservative FluxInviscidDotNormal(const NewtonianIGProperties gas, cons… in FluxInviscidDotNormal() function
|