Searched refs:y_ext (Results 1 – 1 of 1) sorted by relevance
195 StatePrimitive y_ext = s_int.Y; in RiemannOutflow() local196 y_ext.pressure = outflow->pressure; in RiemannOutflow()197 y_ext.temperature = outflow->temperature; in RiemannOutflow()198 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow()201 …y_ext.velocity[j] += normal[j] * proj; // (I - n n^T) projects into the plane tangent to the norm… in RiemannOutflow()203 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()269 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() local270 y_ext.pressure = outflow->pressure; in RiemannOutflow_Jacobian()271 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian()279 y_ext.velocity[j] += normal[j] * proj; in RiemannOutflow_Jacobian()[all …]