Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c56 CeedScalar c_tau = 0.5; // -, based on Hughes et al (2010) in NS_SHOCKTUBE() local
79 PetscCall(PetscOptionsScalar("-c_tau", "Stabilization constant", NULL, c_tau, &c_tau, NULL)); in NS_SHOCKTUBE()
130 shocktube_ctx->c_tau = c_tau; in NS_SHOCKTUBE()
H A Deulervortex.c52 CeedScalar c_tau = 0.5; // - in NS_EULER_VORTEX() local
82 PetscCall(PetscOptionsScalar("-c_tau", "Stabilization constant", NULL, c_tau, &c_tau, NULL)); in NS_EULER_VORTEX()
125 euler_ctx->c_tau = c_tau; in NS_EULER_VORTEX()
H A Dnewtonian.c248 CeedScalar c_tau = 0.5 / degree; // - in NS_NEWTONIAN_IG() local
335 PetscCall(PetscOptionsScalar("-c_tau", "Stabilization constant", NULL, c_tau, &c_tau, NULL)); in NS_NEWTONIAN_IG()
419 newtonian_ig_ctx->c_tau = c_tau; in NS_NEWTONIAN_IG()
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h41 CeedScalar c_tau; member
169 const CeedScalar c_tau) { in Tau_spatial() argument
175 Tau_x[i] = c_tau * h / fastest_wave; in Tau_spatial()
233 const CeedScalar c_tau = context->c_tau; in EulerShockTube() local
351 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in EulerShockTube()
H A Deulervortex.h27 CeedScalar c_tau; member
216 const CeedScalar c_tau) { in Tau_spatial() argument
222 Tau_x[i] = c_tau * h / fastest_wave; in Tau_spatial()
277 const CeedScalar c_tau = context->c_tau; in Euler() local
361 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in Euler()
399 const CeedScalar c_tau = context->c_tau; in IFunction_Euler() local
489 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in IFunction_Euler()
H A Dnewtonian_types.h30 CeedScalar c_tau; member
/libCEED/examples/fluids/
H A DREADME.md459 * - `-c_tau`
547 * - `-c_tau`