Searched refs:s_ext (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_freestream.h | 203 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow() local 214 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow() 283 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian() local 284 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian() 296 …StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()
|