Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupdm.c131 for (PetscInt i = 0, d = honee->app_ctx->degree; i < honee->app_ctx->viz_refine; i++) { in VizRefineDM() local
H A Ddm-utils.c619 for (CeedInt d = 0; d < dim; d++) { in ComputeFieldTabulationP2C() local
667 … for (CeedInt d = 0; d < dim; d++) (*q_points)[i * spatial_dim + d] = q_points_petsc[i * dim + d]; in GetQuadratureDataP2C() local
/honee/qfunctions/
H A Dstg_shur14_type.h30 size_t sigma, d, phi; // !< Random number set, [nmodes,3], [nmodes,3], [nmodes] member
H A Dstg_shur14.h158 const CeedScalar *d = &stg_ctx->data[stg_ctx->offsets.d]; in StgShur14Calc() local
201 const CeedScalar *d = &stg_ctx->data[stg_ctx->offsets.d]; in StgShur14Calc_PrecompEktot() local
H A Dutils.h529 for (CeedInt d = 0; d < dim; d++) { in GradUnpackND() local
/honee/problems/
H A Dstg_shur14.c128 …CeedScalar(*d)[stg_ctx->nmodes] = (CeedScalar(*)[stg_ctx->nmodes]) & stg_ctx->data[stg_ctx->of… in ReadStgRand() local