Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 6 of 6) sorted by relevance

/honee/qfunctions/
H A Dsgs_dd_model.h21 CeedScalar alpha; member
33 CEED_QFUNCTION_HELPER void LeakyReLU(CeedScalar *x, const CeedScalar alpha, const CeedInt N) { in LeakyReLU()
41 const CeedScalar alpha = sgsdd_ctx->alpha; in DataDrivenInference() local
H A Dstg_shur14_type.h16 CeedScalar alpha; // !< Geometric growth rate of kappa member
H A Dutils.h27 CEED_QFUNCTION_HELPER void ScaleN(CeedScalar *u, const CeedScalar alpha, const CeedInt N) { in ScaleN()
32 CEED_QFUNCTION_HELPER void SetValueN(CeedScalar *u, const CeedScalar alpha, const CeedInt N) { in SetValueN()
50 CEED_QFUNCTION_HELPER void AXPY(CeedScalar alpha, const CeedScalar *x, CeedScalar *y, CeedInt N) { in AXPY()
H A Ddifferential_filter.h199 …CeedScalar alpha[2] = {Square(dx) * aniso_scale_factor, Square(dy) * aniso_scale_f… in DifferentialFilter_MMS_IC() local
/honee/problems/
H A Dstg_shur14.c243 …CeedScalar u0 = 0.0, alpha = 1.01, stg_dx = -1, stg_h_scale_factor = 1 / honee->app_… in SetupStg() local
H A Dsgs_dd_model.c645 PetscReal alpha = 0; in SgsDDSetup() local