Home
last modified time | relevance | path

Searched defs:prescribe_T (Results 1 – 3 of 3) sorted by relevance

/honee/qfunctions/
H A Dstg_shur14_type.h25 bool prescribe_T; // !< Prescribe temperature weakly member
H A Dstg_shur14.h345 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow() local
427 const bool prescribe_T = stg_ctx->prescribe_T; in StgShur14Inflow_Jacobian() local
/honee/problems/
H A Dstg_shur14.c237 …st MPI_Comm comm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const Cee… in SetupStg()