albiremo / dualGPy

Python library to generate the dual graph of a generic mesh
MIT License
2 stars 0 forks source link

In the creation of the mock mesh include the anisotropic case #9

Closed albiremo closed 2 years ago

albiremo commented 2 years ago

In the mock mesh with the commit https://github.com/albiremo/dualGPy/commit/1007c14f79c489764072af9b099c0002890ff67b has been introduced the opportunity to create mock meshes with the constructor of the classies Mesh2D and Mesh3D (look at this topic on stack https://stackoverflow.com/questions/2728346/passing-parameter-to-base-class-constructor-or-using-instance-variable for further explanations). The idea (and easy task) is to add the possibilities to have anisotropic grids (and hence modifiyng for example the point spacing in j).

albiremo commented 2 years ago

Feature added with the pull request https://github.com/albiremo/dualGPy/pull/13