Home
last modified time | relevance | path

Searched refs:h_scale_factor (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14_type.h31 CeedScalar h_scale_factor; // !< Scales the element size member
H A Dstg_shur14.h263 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Preprocess()
303 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in ICsStg()
361 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Inflow()
496 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14InflowStrongQF()
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c256 global_stg_ctx->h_scale_factor = stg_h_scale_factor; in SetupStg()