Home
last modified time | relevance | path

Searched refs:Ctau_d (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.h256 … Square(context->diffusion_coeff) * DotN(gijd_mat, gijd_mat, dim * dim) * Square(context->Ctau_d)); in Tau()
/honee/problems/
H A Dadvection.c409 CeedScalar Ctau_d = PetscPowScalarInt(honee->app_ctx->degree, 4); in NS_ADVECTION() local
442 …"-Ctau_d", "Coefficient for the stabilization, diffusion component", NULL, Ctau_d, &Ctau_d, NULL)); in NS_ADVECTION()
528 advection_ctx->Ctau_d = Ctau_d; in NS_ADVECTION()
/honee/doc/
H A Dexamples.md652 * - `-Ctau_d`
H A Dtheory.md307 The scaling coefficients are set via `-Ctau_t`, `-Ctau_a`, and `-Ctau_d`, respectively.