Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-meshtransform.c59 …ateMesh(MPI_Comm comm, DM dm, PetscReal growth, PetscInt N, PetscReal refine_height, PetscReal top… in HoneeMeshTransform_PlateMesh() argument
89 PetscReal dy1 = refine_height * (growth - 1) / (pow(growth, N) - 1); in HoneeMeshTransform_PlateMesh()
92 PetscReal logdy = (log(domain_max[1]) - log(refine_height)) / (faces[1] - N); in HoneeMeshTransform_PlateMesh()
105 …coords[i][0] - domain_min[0]) * angle_coeff / domain_max[1]) * exp(log(refine_height) + logdy * j); in HoneeMeshTransform_PlateMesh()