问题
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