Home
last modified time | relevance | path

Searched defs:u_normal (Results 1 – 6 of 6) sorted by relevance

/honee/qfunctions/
H A Dchannel.h122 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow() local
163 const CeedScalar u_normal = Dot3(norm, u); // Normal velocity in Channel_Outflow() local
H A Dbc_outflow.h58 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow() local
134 const CeedScalar u_normal = Dot3(s_int.Y.velocity, normal); in RiemannOutflow_Jacobian() local
H A Dstg_shur14.h390 const CeedScalar u_normal = Dot3(normal, u); in StgShur14Inflow() local
458 const CeedScalar u_normal = Dot3(normal, velocity); in StgShur14Inflow_Jacobian() local
H A Dblasius.h219 const CeedScalar u_normal = Dot3(normal, s.Y.velocity); in Blasius_Inflow_Jacobian() local
H A Deulervortex.h612 const CeedScalar u_normal = Dot3(normal, u); // Normal velocity in Euler_Outflow() local
H A Dadvection.h515 const CeedScalar u_normal = DotN(normal, u, dim); in Advection_InOutFlowGeneric() local