Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dbc_slip.h31 const CeedScalar vel_normal = Dot3(s.Y.velocity, norm); in Slip() local
32 for (CeedInt j = 0; j < 3; j++) vel_reflect[j] = s.Y.velocity[j] - 2. * norm[j] * vel_normal; in Slip()
84 const CeedScalar vel_normal = Dot3(s.Y.velocity, norm); in Slip_Jacobian() local
85 for (CeedInt j = 0; j < 3; j++) vel_reflect[j] = s.Y.velocity[j] - 2. * norm[j] * vel_normal; in Slip_Jacobian()