Home
last modified time | relevance | path

Searched refs:dy_ext (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dbc_outflow.h129 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() local
132 dy_ext.pressure = 0; in RiemannOutflow_Jacobian()
133 dy_ext.temperature = 0; in RiemannOutflow_Jacobian()
140 dy_ext.velocity[j] += normal[j] * dproj; in RiemannOutflow_Jacobian()
144 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian()