Gmsh mesh parallel execution in fipy

偶尔善良 提交于 2019-12-23 01:05:56

问题


I am trying to solve parallel on a gmsh mesh. While loading the .geo file, an error occurs,

"raise EnvironmentError("Gmsh version must be >= 2.0.")"

My installed gmsh version is 2.8.3, (I have also tried 2.13, 2.10, nothing works)

The parallel.py file in the example is executing properly and the meshes are properly parallelized. But when I try to load a .geo file using Gmsh3D in the same parallel.py file, I get the above error however executing in serial seems fine.

Any help is greatly appreciated.

来源:https://stackoverflow.com/questions/39831494/gmsh-mesh-parallel-execution-in-fipy

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!