Searched refs:prescribe_T (Results 1 – 4 of 4) sorted by relevance
| /honee/qfunctions/ |
| H A D | stg_shur14.h | 345 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 D | stg_shur14_type.h | 25 bool prescribe_T; // !< Prescribe temperature weakly member
|
| /honee/problems/ |
| H A D | stg_shur14.h | 10 …I_Comm comm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScal…
|
| H A D | stg_shur14.c | 237 …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()
|