Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 5 of 5) 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
306 h_node_sep[0] = dx * stg_ctx->h_scale_factor; in ICsStg()
346 const CeedScalar dx = stg_ctx->dx; in StgShur14Inflow() local
363 h_node_sep[0] = dx; in StgShur14Inflow()
H A Ddifferential_filter.h195 const CeedScalar dx = 0.5 / 75; in DifferentialFilter_MMS_IC() local
199 …CeedScalar alpha[2] = {Square(dx) * aniso_scale_factor, Square(dy) * aniso_scale_f… in DifferentialFilter_MMS_IC()
H A Dbc_outflow.h23 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd() argument
/honee/problems/
H A Dstg_shur14.c285 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()