Searched defs:u_normal (Results 1 – 6 of 6) sorted by relevance
130 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow() local171 const CeedScalar u_normal = Dot3(norm, u); // Normal velocity in Channel_Outflow() local
386 const CeedScalar u_normal = Dot3(norm, u); in StgShur14Inflow() local453 const CeedScalar u_normal = Dot3(norm, velocity); in StgShur14Inflow_Jacobian() local
198 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow() local274 const CeedScalar u_normal = Dot3(s_int.Y.velocity, normal); in RiemannOutflow_Jacobian() local
229 const CeedScalar u_normal = Dot3(norm, s.Y.velocity); in Blasius_Inflow_Jacobian() local
621 … const CeedScalar u_normal = norm[0] * u[0] + norm[1] * u[1] + norm[2] * u[2]; // Normal velocity in Euler_Outflow() local
530 const CeedScalar u_normal = DotN(norm, u, dim); in Advection_InOutFlowGeneric() local