Home
last modified time | relevance | path

Searched full:ctaus (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dadvection.c140 CeedScalar CtauS = 0.; // dimensionless in NS_ADVECTION() local
172 …PetscCall(PetscOptionsScalar("-CtauS", "Scale coefficient for tau (nondimensional)", NULL, CtauS, … in NS_ADVECTION()
205 if (stab == STAB_NONE && CtauS != 0) { in NS_ADVECTION()
206 PetscCall(PetscPrintf(comm, "Warning! Use -CtauS only with -stab su or -stab supg\n")); in NS_ADVECTION()
250 advection_ctx->CtauS = CtauS; in NS_ADVECTION()
/libCEED/examples/fluids/
H A Dadvection.yaml2 CtauS: .3
H A Dnavierstokes.c24 … 4 -units_kilogram 1e-9 -rc 100. -ts_dt 1e-3 -ts_max_steps 10 -stab supg -Ctaus 0.5 -mass_ksp_type…
42 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -deg…
43 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab su -degre…
45 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -deg…
H A DREADME.md359 * - `-CtauS`
/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h39 CeedScalar CtauS; member
H A Dadvection.h263 return context->CtauS / sqrt(DotN(uX, uX, dim)); in Tau()