| /honee/src/ |
| H A D | honee-file.c | 146 // Legacy format of just the vector, encoded as [VEC_FILE_CLASSID, length, ] in HoneeLoadBinaryVec() 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() 218 @param[in] char_array_len Length of the character array that should contain each line
|
| H A D | honee-meshtransform.c | 189 { // Scale coordinates based on DM length scale in HoneeMeshTransformFromOptions()
|
| H A D | mat-ceed.c | 1196 …_new, PETSC_COMM_SELF, PETSC_ERR_LIB, "new X_loc length %" PetscInt_FMT " should match old X_loc l… in MatCeedSetLocalVectors() 1206 …"new Y_loc_transpose length %" PetscInt_FMT " should match old Y_loc_transpose length %" PetscInt_… in MatCeedSetLocalVectors()
|
| H A D | cloptions.c | 239 …PetscCall(PetscOptionsScalar("-units_meter", "1 meter in scaled length units", NULL, units->meter,… in ProcessCommandLineOptions()
|
| H A D | differential_filter.c | 275 …PetscCall(PetscOptionsReal("-diff_filter_friction_length", "Friction length associated with the fl… in DifferentialFilterSetup()
|
| /honee/qfunctions/ |
| H A D | monitor_cfl.h | 27 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in MonitorCFL() 37 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in MonitorCFL()
|
| H A D | utils.h | 26 // @brief Scale vector of length N by scalar alpha 31 // @brief Set vector of length N to a value alpha 104 // @details A is NxM, D is diagonal NxN, represented by a vector of length N, and B is NxM. Optiona… 279 where "a" is `amplitude`, "s" is `start`, and "l" is `length`. 282 @param[in] length Length of the ramp 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 | sgs_dd_utils.h | 52 * @param[in] delta Length used to create anisotropy tensor 99 * @param[in] delta Length used to create anisotropy tensor
|
| H A D | stg_shur14_type.h | 36 size_t lt; // !< Tubulent Length Scale [nprof, 6]
|
| H A D | shocktube.h | 128 // Helper function for calculating the covariant length scale in the direction of some 3 element in… 131 // vec = vector that length is measured in the direction of 132 // h = covariant element length along vec 151 // h[i] = 2 length(dxdX[i]) 159 // length of element in direction i in Tau_spatial()
|
| H A D | stg_shur14.h | 33 * @param[out] lt Turbulent length scale at wall_dist 117 * @param[in] lt Turbulent length scale w/rt wall_dist 189 * @param[in] lt Turbulent length scale 226 @brief Calculate the element length scales based on dXdx
|
| H A D | newtonian.h | 102 …See `LinearRampCoefficient()` for details on the `amplitude`, `length`, `start`, and `location` ar… 107 @param[in] length Length of the IDL ramp 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()
|
| H A D | eulervortex.h | 204 // h[i] = 2 length(dxdX[i]) 212 // length of element in direction i in Tau_spatial()
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 41 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in ChildStatsCollection_CflPe() 54 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in ChildStatsCollection_CflPe()
|
| /honee/examples/ |
| H A D | gaussianwave.yaml | 43 # length: .25
|
| H A D | flatplate_STG.yaml | 27 length: 0.2
|
| /honee/tests/ |
| H A D | gaussianwave_cgns_load.yaml | 39 # length: .25
|
| /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 … 745 - Length of IDL in the positive x direction
|
| 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/src/smartsim/ |
| H A D | smartsim.c | 96 @param[in] name_length Length of the tensor name
|
| /honee/examples/meshes/ |
| H A D | cylinder.geo | 46 // Characteristic element length
|
| /honee/problems/ |
| H A D | stg_shur14.c | 96 …PetscCheck(lt[i] >= 0, comm, PETSC_ERR_FILE_UNEXPECTED, "Turbulent length scale in %s cannot be ne… in ReadStgInflow() 257 …PetscCall(PetscOptionsReal("-stg_dx", "Element length in x direction at inflow", NULL, stg_dx, &st… in SetupStg()
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 51 // Get spanwise length in SpanwiseStatisticssCreateDM()
|