Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dadvection_types.h64 CeedScalar Ctau_a, Ctau_d, Ctau_t; member
H A Dadvection.h255 …re(2 * context->Ctau_t / context->dt) + DotN(s.Y.velocity, gij_uj, dim) * Square(context->Ctau_a) + in Tau()
/honee/problems/
H A Dadvection.c408 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 Dexamples.md647 * - `-Ctau_a`
H A Dtheory.md307 The scaling coefficients are set via `-Ctau_t`, `-Ctau_a`, and `-Ctau_d`, respectively.