Home
last modified time | relevance | path

Searched full:growth (Results 1 – 9 of 9) sorted by relevance

/honee/src/
H A Dhonee-meshtransform.c50 …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 Dblasius.yaml20 growth: 1.08
29 # growth: 1.1664 # 1.08^2
/honee/tests/
H A Dblasius_test.yaml15 growth: 1.2
H A Dblasius_stgtest.yaml15 growth: 1.3
H A Dstats_test.yaml15 growth: 1.3
/honee/qfunctions/
H A Dstg_shur14_type.h16 CeedScalar alpha; // !< Geometric growth rate of kappa
/honee/doc/
H A Dexamples.md248 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 Dtheory.md674 - Growth rate of the wavemodes
/honee/problems/
H A Dstg_shur14.c251 …PetscCall(PetscOptionsReal("-stg_alpha", "Growth rate of the wavemodes", NULL, alpha, &alpha, NULL… in SetupStg()