Searched refs:Ctau_d (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 | 256 … Square(context->diffusion_coeff) * DotN(gijd_mat, gijd_mat, dim * dim) * Square(context->Ctau_d)); in Tau()
|
| /honee/problems/ |
| H A D | advection.c | 409 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 D | examples.md | 652 * - `-Ctau_d`
|
| H A D | theory.md | 307 The scaling coefficients are set via `-Ctau_t`, `-Ctau_a`, and `-Ctau_d`, respectively.
|