Home
last modified time | relevance | path

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

/honee/qfunctions/ !
H A Driemann_solver.h28 CEED_QFUNCTION_HELPER RoeWeights RoeSetup(CeedScalar rho_left, CeedScalar rho_right) { in RoeSetup() function
101 RoeWeights r = RoeSetup(left.U.density, right.U.density); in ComputeHLLSpeeds_Roe()
122 RoeWeights r = RoeSetup(left.U.density, right.U.density); in ComputeHLLSpeeds_Roe_fwd()
/honee/problems/ !
H A Dbc_freestream.c483 R0 = RoeSetup(rho0[0], rho0[1]); in TestRowSetup_fwd()
484 R1 = RoeSetup(rho1[0], rho1[1]); in TestRowSetup_fwd()