Home
last modified time | relevance | path

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

/honee/qfunctions/ !
H A Dstg_shur14_type.h24 CeedScalar h_scale_factor; // !< Scales the element size member
H A Dstg_shur14.h266 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in StgShur14Preprocess()
305 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in ICsStg()
306 h_node_sep[0] = dx * stg_ctx->h_scale_factor; in ICsStg()
365 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Inflow()
495 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in StgShur14InflowStrongQF()
/honee/problems/ !
H A Dstg_shur14.c275 .h_scale_factor = stg_h_scale_factor, in SetupStg()