Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream.h269 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() local
272 dy_ext.pressure = 0; in RiemannOutflow_Jacobian()
273 dy_ext.temperature = 0; in RiemannOutflow_Jacobian()
280 dy_ext.velocity[j] += normal[j] * dproj; in RiemannOutflow_Jacobian()
284 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian()