Searched refs:vel_normal (Results 1 – 1 of 1) sorted by relevance
29 const CeedScalar vel_normal = Dot3(s.Y.velocity, normal); in Slip() local30 for (CeedInt j = 0; j < 3; j++) vel_reflect[j] = s.Y.velocity[j] - 2. * normal[j] * vel_normal; in Slip()79 const CeedScalar vel_normal = Dot3(s.Y.velocity, normal); in Slip_Jacobian() local80 for (CeedInt j = 0; j < 3; j++) vel_reflect[j] = s.Y.velocity[j] - 2. * normal[j] * vel_normal; in Slip_Jacobian()