Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c51 CeedScalar rho_high = 1.0; // kg/m^3 in NS_SHOCKTUBE() local
119 setup_context->rho_high = rho_high; in NS_SHOCKTUBE()
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h32 CeedScalar rho_high; member
82 const CeedScalar rho_high = context->rho_high; // Driver section density in Exact_ShockTube() local
94 rho = rho_high; in Exact_ShockTube()