Home
last modified time | relevance | path

Searched refs:d (Results 1 – 14 of 14) sorted by relevance

/honee/examples/
H A Dconv_test.sh30 for ((d=${test_flags[degree_start]}; d<=${test_flags[degree_end]}; d+=${test_flags[degree_stride]})…
31 run_flags[degree]=$d
40 …./navierstokes $args | grep "Relative Error:" | awk -v i="$i" -v res="$res" -v d="$d" '{ printf "%…
/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
137 d = (d + 1) / 2; in VizRefineDM()
138 PetscInt q_order = d + honee->app_ctx->q_extra; in VizRefineDM()
139 if (i + 1 == honee->app_ctx->viz_refine) d = 1; in VizRefineDM()
142 PetscCall(SetUpDM(dm_hierarchy[i + 1], problem, d, q_order, phys)); in VizRefineDM()
H A Ddm-utils.c619 for (CeedInt d = 0; d < dim; d++) { in ComputeFieldTabulationP2C() local
620 …(*grad)[(d * Q + q) * P + p_ceed] = tabulation->T[1][(((face * Q + q) * P * num_comp + p_petsc) * … in ComputeFieldTabulationP2C()
667 … for (CeedInt d = 0; d < dim; d++) (*q_points)[i * spatial_dim + d] = q_points_petsc[i * dim + d]; in GetQuadratureDataP2C() 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
137 d[0][i] = (CeedScalar)atof(array[0]); in ReadStgRand()
138 d[1][i] = (CeedScalar)atof(array[1]); in ReadStgRand()
139 d[2][i] = (CeedScalar)atof(array[2]); in ReadStgRand()
184 temp_ctx->offsets.d = nmodes * 3; in GetStgContextData()
185 temp_ctx->offsets.phi = temp_ctx->offsets.d + nmodes * 3; in GetStgContextData()
/honee/doc/
H A Dauxiliary.md13 …= \frac{1}{L_z + (T_f - T_0)}\int_0^{L_z} \int_{T_0}^{T_f} \phi(x, y, z, t) \mathrm{d}t \mathrm{d}z
34 \langle \phi \rangle_z(x,y,t) = \frac{1}{L_z} \int_0^{L_z} \phi(x, y, z, t) \mathrm{d}z
41 \bm M u_N = \int_0^{L_x} \int_0^{L_y} u \psi^\mathrm{parent}_N \mathrm{d}y \mathrm{d}x
47 …c{1}{L_z} \int_0^{L_z} \phi(x,y,z,t) \mathrm{d}z \right ] \psi^\mathrm{parent}_N(x,y) \mathrm{d}y …
53 …\rangle_z]_N = \frac{1}{L_z} \int_\Omega \phi(x,y,z,t) \psi^\mathrm{parent}_N(x,y) \mathrm{d}\Omega
73 …_0)} \int_\Omega \int_{T_0}^{T_f} \phi(x,y,z,t) \psi^\mathrm{parent}_N \mathrm{d}t \mathrm{d}\Omega
75 where the integral $\int_{T_0}^{T_f} \phi(x,y,z,t) \mathrm{d}t$ is calculated on a running basis.
96 …- Sets the `PetscViewer` for the statistics file writing, such as `cgns:output-%d.cgns` (requires …
108 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`).
182 …\overline \phi + \beta \nabla v \cdot (\bm{D}\bm{\Delta})^2 \nabla \overline \phi \right) \,d\Omega
[all …]
H A Druntime_options.md93 - PETSc output format, such as `cgns:output-%d.cgns` (requires PETSc `--download-cgns`)
101 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`).
H A Dtheory.md520 \bm{v}' &= 2 \sqrt{3/2} \sum^N_{n=1} \sqrt{q^n(\bm{x})} \bm{\sigma}^n \cos(\kappa^n \bm{d}^n \cdot …
525 Here, we define the number of wavemodes $N$, set of random numbers $ \{\bm{\sigma}^n, \bm{d}^n, \ph…
622 The `STGRand.dat` file is the table of the random number set, $\{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_…
633 | $ \{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_{n=1}^N$ | RN Set | No | Yes |
/honee/qfunctions/
H A Dutils.h529 for (CeedInt d = 0; d < dim; d++) { in GradUnpackND() local
531 grad_local[dim * c + d] = grad[(Q * num_comp) * d + Q * c + i]; in GradUnpackND()
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
165 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc()
201 const CeedScalar *d = &stg_ctx->data[stg_ctx->offsets.d]; in StgShur14Calc_PrecompEktot() local
210 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc_PrecompEktot()
/honee/
H A D.gitignore7 *.d
H A DCONTRIBUTING.md43 (d) I understand and agree that this project and the contribution are public and that a record of t…
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
H A DDoxyfile982 # *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, *.php,