Searched defs:dx (Results 1 – 4 of 4) sorted by relevance
23 CeedScalar dx; // !< dx used for h calculation member
292 const CeedScalar dx = stg_ctx->dx; in ICsStg() local346 const CeedScalar dx = stg_ctx->dx; in StgShur14Inflow() local
195 const CeedScalar dx = 0.5 / 75; in DifferentialFilter_MMS_IC() local
23 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd()