Home
last modified time | relevance | path

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

/honee/problems/
H A Dshocktube.c52 CeedScalar c_tau = 0.5; // -, based on Hughes et al (2010) in NS_SHOCKTUBE() local
69 PetscCall(PetscOptionsScalar("-c_tau", "Stabilization constant", NULL, c_tau, &c_tau, NULL)); in NS_SHOCKTUBE()
103 shocktube_ctx->c_tau = c_tau; in NS_SHOCKTUBE()
H A Deulervortex.c87 CeedScalar c_tau = 0.5; // - in NS_EULER_VORTEX() local
112 PetscCall(PetscOptionsScalar("-c_tau", "Stabilization constant", NULL, c_tau, &c_tau, NULL)); in NS_EULER_VORTEX()
142 euler_ctx->c_tau = c_tau; in NS_EULER_VORTEX()
/honee/qfunctions/
H A Dshocktube.h36 CeedScalar c_tau; member
157 const CeedScalar c_tau) { in Tau_spatial() argument
163 Tau_x[i] = c_tau * h / fastest_wave; in Tau_spatial()
221 const CeedScalar c_tau = context->c_tau; in EulerShockTube() local
339 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in EulerShockTube()
H A Deulervortex.h21 CeedScalar c_tau; member
210 const CeedScalar c_tau) { in Tau_spatial() argument
216 Tau_x[i] = c_tau * h / fastest_wave; in Tau_spatial()
271 const CeedScalar c_tau = context->c_tau; in Euler() local
355 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in Euler()
392 const CeedScalar c_tau = context->c_tau; in IFunction_Euler() local
481 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in IFunction_Euler()
/honee/doc/
H A Dexamples.md462 * - `-c_tau`
530 * - `-c_tau`