Lines Matching refs:y_ext
55 StatePrimitive y_ext = s_int.Y; in RiemannOutflow() local
56 y_ext.pressure = outflow->pressure; in RiemannOutflow()
57 y_ext.temperature = outflow->temperature; in RiemannOutflow()
58 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow()
61 …y_ext.velocity[j] += normal[j] * proj; // (I - n n^T) projects into the plane tangent to the norm… in RiemannOutflow()
63 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
129 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() local
130 y_ext.pressure = outflow->pressure; in RiemannOutflow_Jacobian()
131 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian()
139 y_ext.velocity[j] += normal[j] * proj; in RiemannOutflow_Jacobian()
143 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian()