Home
last modified time | relevance | path

Searched refs:rho_right (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h32 CEED_QFUNCTION_HELPER RoeWeights RoeSetup(CeedScalar rho_left, CeedScalar rho_right) { in RoeSetup() argument
33 CeedScalar sqrt_left = sqrt(rho_left), sqrt_right = sqrt(rho_right); in RoeSetup()
38 CEED_QFUNCTION_HELPER RoeWeights RoeSetup_fwd(CeedScalar rho_left, CeedScalar rho_right, CeedScalar… in RoeSetup_fwd() argument
39 CeedScalar sqrt_left = sqrt(rho_left), sqrt_right = sqrt(rho_right); in RoeSetup_fwd()