Searched refs:prescribe_T (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14_type.h | 32 bool prescribe_T; // !< Prescribe temperature weakly member
|
| H A D | stg_shur14.h | 341 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow() local 352 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() 373 if (prescribe_T) { in StgShur14Inflow() 422 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow_Jacobian() local 439 if (prescribe_T) { in StgShur14Inflow_Jacobian()
|
| /libCEED/examples/fluids/problems/ |
| H A D | stg_shur14.h | 14 …MPI_Comm comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScal…
|
| H A D | stg_shur14.c | 220 …MPI_Comm comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScal… in SetupStg() argument 251 global_stg_ctx->prescribe_T = prescribe_T; in SetupStg()
|