Searched refs:dx (Results 1 – 5 of 5) sorted by relevance
23 CeedScalar dx; // !< dx used for h calculation member
292 const CeedScalar dx = stg_ctx->dx; in ICsStg() local306 h_node_sep[0] = dx * stg_ctx->h_scale_factor; in ICsStg()346 const CeedScalar dx = stg_ctx->dx; in StgShur14Inflow() local363 h_node_sep[0] = dx; in StgShur14Inflow()
195 const CeedScalar dx = 0.5 / 75; in DifferentialFilter_MMS_IC() local199 …CeedScalar alpha[2] = {Square(dx) * aniso_scale_factor, Square(dy) * aniso_scale_f… in DifferentialFilter_MMS_IC()
23 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd() argument
285 global_stg_ctx->dx = given_stg_dx ? stg_dx : domain_size[0] / faces[0]; in SetupStg()286 …PetscCheck((global_stg_ctx->dx > 0) && PetscIsNormalReal((PetscReal)global_stg_ctx->dx), comm, PET… in SetupStg()287 "STG dx must be positive normal number, got %g", global_stg_ctx->dx); in SetupStg()