Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dstabilization.h78 const CeedScalar Ctau_E = gas->Ctau_E; in Tau_diagPrim() local
104 Tau_d[2] = Ctau_E / (fact * cv); in Tau_diagPrim()
107 …// 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()
108 // but in that case energy tau is scaled by the product of Ctau_E * Ctau_M in Tau_diagPrim()
109 …// 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 Dnewtonian_types.h35 CeedScalar Ctau_E; member
/libCEED/examples/fluids/problems/
H A Dnewtonian.c254 CeedScalar Ctau_E = 0.125; in NS_NEWTONIAN_IG() local
340 …PetscCall(PetscOptionsScalar("-Ctau_E", "Stabilization energy constant", NULL, Ctau_E, &Ctau_E, NU… in NS_NEWTONIAN_IG()
424 newtonian_ig_ctx->Ctau_E = Ctau_E; in NS_NEWTONIAN_IG()
/libCEED/examples/fluids/
H A DREADME.md572 * - `-Ctau_E`