Home
last modified time | relevance | path

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

/libCEED/backends/magma/tuning/
H A Dtuning.cpp134 constexpr int width = 12, precision = 2; in main() local
137 width, P, width, Q, width, N, width, 1, width, 0, width, precision, in main()
140 width, P, width, Q, width, N, width, 1, width, 1, width, precision, in main()
143 width, P, width, Q, width, N, width, dim, width, 0, width, precision, in main()
146 width, P, width, Q, width, N, width, dim, width, 1, width, precision, in main()
/libCEED/doc/img/tex/
H A DlibCEEDBackends.tex28 \draw[-stealth, line width=0.5pt] (1.6, -0.8) -- ++(1.6,2.4-0.2);
37 \draw[-stealth, line width=0.5pt] (1.6, 0.4) -- ++(1.6,1.2-0.1);
46 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,0.0);
55 \draw[-stealth, line width=0.5pt] (1.6, 2.8) -- ++(1.6,-1.2+0.1);
68 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,3.6);
69 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,2.4);
70 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,1.2);
71 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,0.0);
72 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-1.2);
73 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-2.4);
[all …]
/libCEED/doc/img/
H A DlibCEEDBackends.tex31 \draw[-stealth, line width=0.5pt] (1.6, 3.0+0.4) -- ++(1.6,-1.2-0.4);
40 \draw[-stealth, line width=0.5pt] (1.6, 1.8+0.4) -- ++(1.6,0.0-0.55);
49 \draw[-stealth, line width=0.5pt] (1.6, 0.6+0.4) -- ++(1.6,1.2-0.65);
58 \draw[-stealth, line width=0.5pt] (1.6, -0.6+0.4) -- ++(1.6,2.4-0.8);
71 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,3.6);
72 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,2.4);
73 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,1.2);
74 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,0.0);
75 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-1.2);
76 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-2.4);
[all …]
/libCEED/examples/fluids/problems/
H A Dgaussianwave.c48 CeedScalar width = 0.002; // m in NS_GAUSSIAN_WAVE() local
55 …(PetscOptionsScalar("-width", "Width parameter for perturbation size", NULL, width, &width, NULL)); in NS_GAUSSIAN_WAVE()
59 width *= user->units->meter; in NS_GAUSSIAN_WAVE()
68 gausswave_ctx->width = width; in NS_GAUSSIAN_WAVE()
/libCEED/examples/fluids/qfunctions/
H A Dgaussianwave.h21 CeedScalar width; // Controls width of the perturbation member
36 const CeedScalar width = context->width; in IC_GaussianWave() local
50 …st CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width))); in IC_GaussianWave()
H A Dbc_freestream.h158 CEED_QFUNCTION_HELPER CeedScalar Softplus(CeedScalar x, CeedScalar width) { in Softplus() argument
159 if (x > 40 * width) return x; in Softplus()
160 return width * log1p(exp(x / width)); in Softplus()
163 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd() argument
164 if (x > 40 * width) return 1; in Softplus_fwd()
165 const CeedScalar t = exp(x / width); in Softplus_fwd()
/libCEED/doc/sphinx/source/css/
H A Daltair-plot.css11 width: 100%;
/libCEED/examples/fluids/
H A Dindex.md437 …metric positive-definite rank 2 tensor defining the width of the filter, $\bm{D}$ is the filter wi…
448 #### Filter width tensor, Δ
452 It is common to denote a filter width dimensioned relative to the radial distance of the filter ker…
467 Specifically, we use the filter width tensor defined in {cite}`prakashDDSGSAnisotropic2022`.
468 For finite element grids, the filter width tensor is most conveniently defined by $\bm{\Delta} = \b…
470 #### Filter width scaling tensor, $\bm{D}$
471 The filter width tensor $\bm{\Delta}$, be it defined from grid based sources or just the homogenous…
484 …g defined as homogenous, $\bm{D}\bm{\Delta}$ means that $\bm{D}$ effectively sets the filter width.
497 To apply this scalar damping coefficient to the filter width tensor, we construct the wall-damping …
498 …ng in the wall parallel directions to be no less than the original filter width defined by $\bm{\D…
[all …]
H A DREADME.md643 - Use filter width based on the grid size
648 - Anisotropic scaling for filter width in wall-aligned coordinates (snz)
715 * - `-width`
/libCEED/
H A DDoxyfile61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1666 # to set the initial width (in pixels) of the frame in which the tree is shown.
2440 # The default value is: shape=box,height=0.2,width=0.4.
2443 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"