Home
last modified time | relevance | path

Searched full:width (Results 1 – 13 of 13) sorted by relevance

/honee/problems/
H A Dgaussianwave.c28 CeedScalar width = 0.002; // m in NS_GAUSSIAN_WAVE() local
35 …PetscCall(PetscOptionsScalar("-width", "Width parameter for perturbation size", NULL, width, &widt… in NS_GAUSSIAN_WAVE()
39 width *= honee->units->meter; in NS_GAUSSIAN_WAVE()
62 gausswave_ctx->width = width; in NS_GAUSSIAN_WAVE()
/honee/doc/
H A Dauxiliary.md178 …metric positive-definite rank 2 tensor defining the width of the filter, $\bm{D}$ is the filter wi…
189 ### Filter Width Tensor, Δ
193 It is common to denote a filter width dimensioned relative to the radial distance of the filter ker…
208 Specifically, we use the filter width tensor defined in {cite}`prakashDDSGSAnisotropic2022`.
209 For finite element grids, the filter width tensor is most conveniently defined by $\bm{\Delta} = \b…
211 ### Filter Width Scaling Tensor, $\bm{D}$
212 The filter width tensor $\bm{\Delta}$, be it defined from grid based sources or just the homogenous…
225 …g defined as homogenous, $\bm{D}\bm{\Delta}$ means that $\bm{D}$ effectively sets the filter width.
238 To apply this scalar damping coefficient to the filter width tensor, we construct the wall-damping …
239 …ng in the wall parallel directions to be no less than the original filter width defined by $\bm{\D…
[all …]
H A Dexamples.md18 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}…
43 * - `-width`
44 - Width parameter of the perturbation
582 …ses a cosine wave to define the bubble and it's radius is set to half the width of the domain (so …
/honee/qfunctions/
H A Dgaussianwave.h14 CeedScalar width; // Controls width of the perturbation member
30 const CeedScalar width = context->width; in IC_GaussianWave() local
44 …st CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width))); in IC_GaussianWave()
H A Dbc_outflow.h18 CEED_QFUNCTION_HELPER CeedScalar Softplus(CeedScalar x, CeedScalar width) { in Softplus() argument
19 if (x > 40 * width) return x; in Softplus()
20 return width * log1p(exp(x / width)); in Softplus()
23 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd() argument
24 if (x > 40 * width) return 1; in Softplus_fwd()
25 const CeedScalar t = exp(x / width); in Softplus_fwd()
H A Dbc_freestream_type.h18 …CeedScalar softplus_velocity; // "width" of the softplus velocity regulariz…
/honee/doc/css/
H A Daltair-plot.css11 width: 100%;
/honee/src/
H A Ddifferential_filter.c166 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_lhs, "filter width scaling", &diff_filter-… in DifferentialFilterCreateOperators()
265 …PetscCall(PetscOptionsBool("-diff_filter_grid_based_width", "Use filter width based on the grid si… in DifferentialFilterSetup()
267 …onsRealArray("-diff_filter_width_scaling", "Anisotropic scaling of filter width tensor", NULL, dif… in DifferentialFilterSetup()
292 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(diff_filter_qfctx, "filter width scaling", in DifferentialFilterSetup()
295 "Filter width scaling")); in DifferentialFilterSetup()
/honee/examples/
H A Dgaussianwave.yaml20 width: 0.05
/honee/tests/
H A Dgaussianwave_cgns_load.yaml16 width: 0.05
/honee/include/
H A Dspanstats.h15 CeedScalar span_width; // spanwise width of the child domain
/honee/src/smartsim/
H A Dsgs_dd_training.c194 …PetscCall(PetscOptionsRealArray("-sgs_train_filter_width_scales", "Scales of each filter width put… in SGS_DD_TrainingSetup()
314 { // Set filter width for the current solve in TSMonitor_SGS_DD_Training()
/honee/
H A DDoxyfile61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1707 # to set the initial width (in pixels) of the frame in which the tree is shown.
2483 # The default value is: shape=box,height=0.2,width=0.4.
2486 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"