Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_outflow.h59 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity… in RiemannOutflow() local
61 …y_ext.velocity[j] += normal[j] * proj; // (I - n n^T) projects into the plane tangent to the norm… in RiemannOutflow()
136 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocit… in RiemannOutflow_Jacobian() local
139 y_ext.velocity[j] += normal[j] * proj; in RiemannOutflow_Jacobian()