Searched full:growth (Results 1 – 9 of 9) sorted by relevance
| /honee/src/ |
| H A D | honee-meshtransform.c | 50 …ch that `N` elements are within `refine_height` with a geometric growth ratio of `growth`. Excess … 59 static PetscErrorCode HoneeMeshTransform_PlateMesh(MPI_Comm comm, DM dm, PetscReal growth, PetscInt… in HoneeMeshTransform_PlateMesh() argument 89 PetscReal dy1 = refine_height * (growth - 1) / (pow(growth, N) - 1); in HoneeMeshTransform_PlateMesh() 102 …n_min[0]) * angle_coeff / domain_max[1]) * dy1 * (pow(growth, coords[i][1] / dybox) - 1) / (growth… in HoneeMeshTransform_PlateMesh() 170 …PetscCall(PetscOptionsScalar("-meshtransform_platemesh_growth", "Geometric growth rate of boundary… in HoneeMeshTransformFromOptions()
|
| /honee/examples/ |
| H A D | blasius.yaml | 20 growth: 1.08 29 # growth: 1.1664 # 1.08^2
|
| /honee/tests/ |
| H A D | blasius_test.yaml | 15 growth: 1.2
|
| H A D | blasius_stgtest.yaml | 15 growth: 1.3
|
| H A D | stats_test.yaml | 15 growth: 1.3
|
| /honee/qfunctions/ |
| H A D | stg_shur14_type.h | 16 CeedScalar alpha; // !< Geometric growth rate of kappa
|
| /honee/doc/ |
| H A D | examples.md | 248 They are placed such that the element height matches a geometric growth ratio defined by `-platemes… 281 - Growth rate of the elements in the refinement region
|
| H A D | theory.md | 674 - Growth rate of the wavemodes
|
| /honee/problems/ |
| H A D | stg_shur14.c | 251 …PetscCall(PetscOptionsReal("-stg_alpha", "Growth rate of the wavemodes", NULL, alpha, &alpha, NULL… in SetupStg()
|