Home
last modified time | relevance | path

Searched refs:prescribe_T (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dstg_shur14.h345 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow() local
356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow()
377 if (prescribe_T) { in StgShur14Inflow()
427 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow_Jacobian() local
444 if (prescribe_T) { in StgShur14Inflow_Jacobian()
H A Dstg_shur14_type.h25 bool prescribe_T; // !< Prescribe temperature weakly member
/honee/problems/
H A Dstg_shur14.h10 …I_Comm comm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScal…
H A Dstg_shur14.c237 …I_Comm comm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScal… in SetupStg() argument
270 .prescribe_T = prescribe_T, in SetupStg()