Home
last modified time | relevance | path

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

/honee/problems/
H A Dadvection.c405 CeedScalar CtauS = 0.; // dimensionless in NS_ADVECTION() local
433 …PetscCall(PetscOptionsScalar("-CtauS", "Scale coefficient for tau (nondimensional)", NULL, CtauS, … in NS_ADVECTION()
484 if (stab == STAB_NONE && CtauS != 0) { in NS_ADVECTION()
485 PetscCall(PetscPrintf(comm, "Warning! Use -CtauS only with -stab su or -stab supg\n")); in NS_ADVECTION()
521 advection_ctx->CtauS = CtauS; in NS_ADVECTION()
/honee/examples/
H A Dadvection.yaml2 CtauS: .3
H A Dnavierstokes.c201 …vection_ic_bubble_rc 100. -ts_time_step 1e-3 -ts_max_steps 10 -stab supg -Ctaus 0.5 -mass_ksp_type…
223 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -deg…
224 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab su -degre…
226 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -deg…
/honee/qfunctions/
H A Dadvection_types.h63 CeedScalar CtauS; member
H A Dadvection.h246 return context->CtauS / sqrt(DotN(uX, uX, dim)); in Tau()
/honee/doc/
H A Dexamples.md657 * - `-CtauS`