Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dstg_shur14_type.h23 CeedScalar dx; // !< dx used for h calculation member
H A Dstg_shur14.h292 const CeedScalar dx = stg_ctx->dx; in ICsStg() local
346 const CeedScalar dx = stg_ctx->dx; in StgShur14Inflow() local
H A Ddifferential_filter.h195 const CeedScalar dx = 0.5 / 75; in DifferentialFilter_MMS_IC() local
H A Dbc_outflow.h23 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd()