Home
last modified time | relevance | path

Searched defs:prescribe_T (Results 1 – 3 of 3) 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
422 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow_Jacobian() local
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c220 …onst MPI_Comm comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const Cee… in SetupStg()