Searched defs:alpha (Results 1 – 6 of 6) sorted by relevance
| /honee/qfunctions/ |
| H A D | sgs_dd_model.h | 21 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 D | stg_shur14_type.h | 16 CeedScalar alpha; // !< Geometric growth rate of kappa member
|
| H A D | utils.h | 27 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 D | differential_filter.h | 199 …CeedScalar alpha[2] = {Square(dx) * aniso_scale_factor, Square(dy) * aniso_scale_f… in DifferentialFilter_MMS_IC() local
|
| /honee/problems/ |
| H A D | stg_shur14.c | 243 …CeedScalar u0 = 0.0, alpha = 1.01, stg_dx = -1, stg_h_scale_factor = 1 / honee->app_… in SetupStg() local
|
| H A D | sgs_dd_model.c | 645 PetscReal alpha = 0; in SgsDDSetup() local
|