Searched refs:length (Results 1 – 10 of 10) sorted by relevance
| /honee/src/ |
| H A D | honee-file.c | 148 PetscInt length, N; in HoneeLoadBinaryVec() local 152 PetscCall(BinaryReadIntoInt(viewer, &length, PETSC_INT32)); in HoneeLoadBinaryVec() 159 PetscCall(BinaryReadIntoInt(viewer, &length, PETSC_INT64)); in HoneeLoadBinaryVec() 162 …PetscCheck(length == N, comm, PETSC_ERR_ARG_INCOMP, "File Vec '%s' has length %" PetscInt_FMT " bu… in HoneeLoadBinaryVec() 163 filename, length, N); in HoneeLoadBinaryVec()
|
| /honee/qfunctions/ |
| H A D | utils.h | 287 CEED_QFUNCTION_HELPER CeedScalar LinearRampCoefficient(CeedScalar amplitude, CeedScalar length, Cee… in LinearRampCoefficient() argument 290 } else if (x < start + length) { in LinearRampCoefficient() 291 return amplitude * ((x - start) * (-1 / length) + 1); in LinearRampCoefficient()
|
| H A D | newtonian.h | 115 … CeedScalar length, CeedScalar start, CeedScalar location, CeedScalar pressure, in InternalDampingLayer_IFunction_Integrand() argument 117 const CeedScalar sigma_ = LinearRampCoefficient(amplitude, length, start, location); in InternalDampingLayer_IFunction_Integrand()
|
| /honee/examples/meshes/ |
| H A D | cylinder.geo | 46 // Characteristic element length
|
| /honee/doc/ |
| H A D | theory.md | 228 …bm u_{\bm X} = \nabla_{\bm x}\bm X \cdot \bm u$, with units of reference length (non-dimensional) … 231 …lVert \bm u_{\bm X} \rVert$ is a covariant measure of (half) the element length in the direction o… 232 A contravariant measure of element length in the direction of a unit vector $\hat{\bm n}$ is given … 295 for $C_t$, $C_a$, $C_d$ being some scaling coefficients, $h$ is the element length, and $\textrm{mi… 306 …this definition aligned with the traditional 1D definition, which uses the element length directly. 388 …-resolved (the smallest length scale resolved by the grid is much larger than the smallest physica… 531 where $l_t$ is the turbulence length scale, and $d_w$ is the distance to the nearest wall. 722 …^T$, and $\sigma(\bm{x})$ is a linear ramp starting at `-idl_start` with length `-idl_length` and …
|
| H A D | examples.md | 393 where $\hat x = 2 \pi x / L$ for $L$ the length of the domain in that specific direction, $V$ is th… 497 …length scale that is proportional to the element length in the direction of the density gradient u…
|
| H A D | auxiliary.md | 141 …s for 1D, but in multiple dimensions their definitions depend on the definition of the grid length. 301 - Friction length associated with the flow, $\delta_\nu$. Used in wall-damping functions
|
| H A D | runtime_options.md | 230 - 1 meter in scaled length units
|
| /honee/ |
| H A D | Makefile | 278 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120
|
| H A D | Doxyfile | 2565 # to display on a single line. If the actual line length exceeds this threshold
|