Home
last modified time | relevance | path

Searched refs:width (Results 1 – 7 of 7) sorted by relevance

/honee/problems/
H A Dgaussianwave.c28 CeedScalar width = 0.002; // m in NS_GAUSSIAN_WAVE() local
35 …(PetscOptionsScalar("-width", "Width parameter for perturbation size", NULL, width, &width, NULL)); in NS_GAUSSIAN_WAVE()
39 width *= honee->units->meter; in NS_GAUSSIAN_WAVE()
62 gausswave_ctx->width = width; in NS_GAUSSIAN_WAVE()
/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()
/honee/doc/
H A Dauxiliary.md178 …metric positive-definite rank 2 tensor defining the width of the filter, $\bm{D}$ is the filter wi…
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…
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…
240 The wall-normal filter width is allowed to be damped to a zero filter width.
241 It is currently assumed that the second component of the filter width tensor is in the wall-normal …
[all …]
H A Dexamples.md18 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}…
43 * - `-width`
582 …ses a cosine wave to define the bubble and it's radius is set to half the width of the domain (so …
/honee/doc/css/
H A Daltair-plot.css11 width: 100%;
/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"