diff --git a/fipy/meshes/gmshMesh.py b/fipy/meshes/gmshMesh.py index fc10134f10..3f424e79a3 100755 --- a/fipy/meshes/gmshMesh.py +++ b/fipy/meshes/gmshMesh.py @@ -158,7 +158,7 @@ def openMSHFile(name, dimensions=None, coordDimensions=None, communicator=parall else: # gmsh version is adequate for partitioning gmshFlags += ["-part", "%d" % communicator.Nproc] - gmshFlags += ["-format", "msh"] + gmshFlags += ["-format", "msh2"] if background is not None: if communicator.procID == 0: