Searched refs:Ctau_a (Results 1 – 5 of 5) sorted by relevance
| /honee/qfunctions/ |
| H A D | advection_types.h | 64 CeedScalar Ctau_a, Ctau_d, Ctau_t; member
|
| H A D | advection.h | 255 …re(2 * context->Ctau_t / context->dt) + DotN(s.Y.velocity, gij_uj, dim) * Square(context->Ctau_a) + in Tau()
|
| /honee/problems/ |
| H A D | advection.c | 408 CeedScalar Ctau_a = PetscPowScalarInt(honee->app_ctx->degree, 2); in NS_ADVECTION() local 441 …"-Ctau_a", "Coefficient for the stabilization, advection component", NULL, Ctau_a, &Ctau_a, NULL)); in NS_ADVECTION() 527 advection_ctx->Ctau_a = Ctau_a; in NS_ADVECTION()
|
| /honee/doc/ |
| H A D | examples.md | 647 * - `-Ctau_a`
|
| H A D | theory.md | 307 The scaling coefficients are set via `-Ctau_t`, `-Ctau_a`, and `-Ctau_d`, respectively.
|