Home
last modified time | relevance | path

Searched refs:refine_height (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dblasius.c166 …mm comm, DM dm, PetscInt dim, PetscReal growth, PetscInt N, PetscReal refine_height, PetscReal top… in ModifyMesh() argument
195 PetscReal dy1 = refine_height * (growth - 1) / (pow(growth, N) - 1); in ModifyMesh()
198 PetscReal logdy = (log(domain_max[1]) - log(refine_height)) / (faces[1] - N); in ModifyMesh()
211 …coords[i][0] - domain_min[0]) * angle_coeff / domain_max[1]) * exp(log(refine_height) + logdy * j); in ModifyMesh()