Searched full:growth (Results 1 – 9 of 9) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | blasius.c | 157 …ch that `N` elements are within `refine_height` with a geometric growth ratio of `growth`. Excess … 166 static PetscErrorCode ModifyMesh(MPI_Comm comm, DM dm, PetscInt dim, PetscReal growth, PetscInt N, … in ModifyMesh() argument 195 PetscReal dy1 = refine_height * (growth - 1) / (pow(growth, N) - 1); in ModifyMesh() 208 …n_min[0]) * angle_coeff / domain_max[1]) * dy1 * (pow(growth, coords[i][1] / dybox) - 1) / (growth… in ModifyMesh() 292 …PetscCall(PetscOptionsScalar("-platemesh_growth", "Geometric growth rate of boundary layer mesh", … in NS_BLASIUS()
|
| H A D | stg_shur14.c | 234 …PetscCall(PetscOptionsReal("-stg_alpha", "Growth rate of the wavemodes", NULL, alpha, &alpha, NULL… in SetupStg()
|
| /libCEED/examples/fluids/tests-output/ |
| H A D | blasius_test.yaml | 14 growth: 1.2
|
| H A D | blasius_stgtest.yaml | 14 growth: 1.3
|
| H A D | stats_test.yaml | 14 growth: 1.3
|
| /libCEED/examples/fluids/ |
| H A D | blasius.yaml | 25 # growth: 1.1664 # 1.08^2
|
| H A D | README.md | 937 - Growth rate of the elements in the refinement region 1001 - Growth rate of the wavemodes
|
| H A D | index.md | 894 height matches a geometric growth ratio defined by `-platemesh_growth`. The
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14_type.h | 23 CeedScalar alpha; // !< Geometric growth rate of kappa
|