Home
last modified time | relevance | path

Searched full:ctau_e (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dstabilization.h73 const CeedScalar Ctau_E = tau_coeffs.Ctau_E; in Tau_diagPrim() local
99 Tau_d[2] = Ctau_E / (fact * cv); in Tau_diagPrim()
102 …// Ctau_E * Tau_d[1] /cv to avoid a division if the compiler is smart enough to see that cv IS a c… in Tau_diagPrim()
103 // but in that case energy tau is scaled by the product of Ctau_E * Ctau_M in Tau_diagPrim()
104 …// OR we could absorb cv into Ctau_E but this puts more burden on user to know how to change const… in Tau_diagPrim()
H A Dstabilization_types.h37 CeedScalar Ctau_E; member
/honee/examples/
H A Dtaylor_green_vortex.yaml32 Ctau_E: 0.5
/honee/problems/
H A Dnewtonian.c403 .Ctau_E = 0.125, in NS_NEWTONIAN_IG()
440 …PetscCall(PetscOptionsScalar("-Ctau_E", "Stabilization energy constant", NULL, newtonian_ig_ctx->t… in NS_NEWTONIAN_IG()
441 &newtonian_ig_ctx->tau_coeffs.Ctau_E, NULL)); in NS_NEWTONIAN_IG()
/honee/doc/
H A Druntime_options.md433 * - `-Ctau_E`