Home
last modified time | relevance | path

Searched defs:theta0 (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Ddensitycurrent.h25 CeedScalar theta0; member
89 const CeedScalar theta0 = context->theta0; in Exact_DC() local
H A Dstg_shur14.h243 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Preprocess() local
291 const CeedScalar theta0 = stg_ctx->theta0; in ICsStg() local
345 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow() local
421 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local
481 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14InflowStrongQF() local
H A Dchannel.h23 CeedScalar theta0; // !< Reference temperature member
34 const CeedScalar theta0 = context->theta0; in Exact_Channel() local
H A Dstg_shur14_type.h27 CeedScalar theta0; // !< Inlet temperature member
H A Dshocktube.h23 CeedScalar theta0; member
/libCEED/examples/fluids/problems/
H A Dchannel.c45 CeedScalar theta0 = 300.; // K in NS_CHANNEL() local
H A Ddensitycurrent.c39 CeedScalar theta0 = 300.; // K in NS_DENSITY_CURRENT() local
H A Dstg_shur14.c220 …comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScalar theta0, in SetupStg()