Searched refs:vel_normal (Results 1 – 1 of 1) sorted by relevance
31 const CeedScalar vel_normal = Dot3(s.Y.velocity, norm); in Slip() local32 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() local85 for (CeedInt j = 0; j < 3; j++) vel_reflect[j] = s.Y.velocity[j] - 2. * norm[j] * vel_normal; in Slip_Jacobian()