Home
last modified time | relevance | path

Searched defs:du_right (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Driemann_solver.h118 … State right, State dright, CeedScalar u_right, CeedScalar du_right, CeedScalar *s_left, in ComputeHLLSpeeds_Roe_fwd()
201 CeedScalar du_right = Dot3(dright.Y.velocity, normal); in RiemannFlux_HLL_fwd() local
308 CeedScalar du_right = Dot3(dright.Y.velocity, normal); in RiemannFlux_HLLC_fwd() local
/honee/problems/
H A Dbc_freestream.c374 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() local