Home
last modified time | relevance | path

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

/honee/problems/
H A Dshocktube.c47 CeedScalar rho_high = 1.0; // kg/m^3 in NS_SHOCKTUBE() local
92 setup_context->rho_high = rho_high; in NS_SHOCKTUBE()
/honee/qfunctions/
H A Dshocktube.h27 CeedScalar rho_high; member
77 const CeedScalar rho_high = context->rho_high; // Driver section density in Exact_ShockTube() local
89 rho = rho_high; in Exact_ShockTube()