Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14_type.h32 bool prescribe_T; // !< Prescribe temperature weakly member
H A Dstg_shur14.h341 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 Dstg_shur14.h14 …MPI_Comm comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScal…
H A Dstg_shur14.c220 …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()