Home
last modified time | relevance | path

Searched defs:c_tau (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/fluids/problems/
H A Deulervortex.c52 CeedScalar c_tau = 0.5; // - in NS_EULER_VORTEX() local
H A Dshocktube.c56 CeedScalar c_tau = 0.5; // -, based on Hughes et al (2010) in NS_SHOCKTUBE() local
H A Dnewtonian.c248 CeedScalar c_tau = 0.5 / degree; // - in NS_NEWTONIAN_IG() local
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h41 CeedScalar c_tau; member
169 const CeedScalar c_tau) { in Tau_spatial()
233 const CeedScalar c_tau = context->c_tau; in EulerShockTube() local
H A Deulervortex.h27 CeedScalar c_tau; member
216 const CeedScalar c_tau) { in Tau_spatial()
277 const CeedScalar c_tau = context->c_tau; in Euler() local
399 const CeedScalar c_tau = context->c_tau; in IFunction_Euler() local
H A Dnewtonian_types.h30 CeedScalar c_tau; member