Searched refs:ds_int (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 128 const State ds_int = StateFromQ_fwd(gas, s_int, dqi, state_var); in RiemannOutflow_Jacobian() local 129 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() 135 const CeedScalar du_normal = Dot3(ds_int.Y.velocity, normal); in RiemannOutflow_Jacobian() 154 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian() 156 …StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()
|