Lines Matching refs:Y
195 StatePrimitive y_ext = s_int.Y; in RiemannOutflow()
212 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
269 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian()
274 const CeedScalar u_normal = Dot3(s_int.Y.velocity, normal); in RiemannOutflow_Jacobian()
275 const CeedScalar du_normal = Dot3(ds_int.Y.velocity, normal); in RiemannOutflow_Jacobian()
294 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian()
339 s.Y.pressure = outflow->pressure; in PressureOutflow()
352 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
410 s.Y.pressure = outflow->pressure; in PressureOutflow_Jacobian()
411 ds.Y.pressure = 0.; in PressureOutflow_Jacobian()
421 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()