Lines Matching refs:StateConservative
50 CEED_QFUNCTION_HELPER StateConservative Flux_HLL(State left, State right, StateConservative flux_le… in Flux_HLL()
60 StateConservative F = { in Flux_HLL()
68 CEED_QFUNCTION_HELPER StateConservative Flux_HLL_fwd(State left, State right, State dleft, State dr… in Flux_HLL_fwd()
69 … StateConservative flux_right, StateConservative dflux_left, StateConservative dflux_right, in Flux_HLL_fwd()
89 StateConservative dF = { in Flux_HLL_fwd()
159 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIGProperties gas, State left, Stat… in RiemannFlux_HLL()
160 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLL()
161 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLL()
191 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIGProperties gas, State left, … in RiemannFlux_HLL_fwd()
193 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLL_fwd()
194 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLL_fwd()
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()
215 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIGProperties gas, State side… in RiemannFlux_HLLC_Star()
220 StateConservative star = { in RiemannFlux_HLLC_Star()
233 …ED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star_fwd(NewtonianIGProperties gas, State s… in RiemannFlux_HLLC_Star_fwd()
234 … StateConservative dF_side, const CeedScalar normal[3], CeedScalar u_side, in RiemannFlux_HLLC_Star_fwd()
243 StateConservative star = { in RiemannFlux_HLLC_Star_fwd()
253 StateConservative dstar = { in RiemannFlux_HLLC_Star_fwd()
266 const StateConservative U[] = {dF_side, star, dstar, side.U, dside.U}; in RiemannFlux_HLLC_Star_fwd()
271 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIGProperties gas, State left, Sta… in RiemannFlux_HLLC()
272 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLLC()
273 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLLC()
298 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_fwd(NewtonianIGProperties gas, State left,… in RiemannFlux_HLLC_fwd()
300 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLLC_fwd()
301 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLLC_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()