Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-meshtransform.c85 const PetscReal dybox = domain_size[1] / faces[1]; in HoneeMeshTransform_PlateMesh() local
99 PetscInt y_box_index = round(coords[i][1] / dybox); in HoneeMeshTransform_PlateMesh()
102 …in[0]) * angle_coeff / domain_max[1]) * dy1 * (pow(growth, coords[i][1] / dybox) - 1) / (growth - … in HoneeMeshTransform_PlateMesh()
125 PetscInt y_box_index = round(coords[i][1] / dybox); in HoneeMeshTransform_PlateMesh()