We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently require gmsh .msh files of version 2.2. We have to generate these via a CLI parameter, i.e.
gmsh insSquareCylinder2D.geo -2 -format msh22 -o insSquareCylinder2D.msh
or adding Mesh.MshFileVersion = 2.2; to the .geo file.
Mesh.MshFileVersion = 2.2;
Need to update the mesh reader to read the newest format.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently require gmsh .msh files of version 2.2. We have to generate these via a CLI parameter, i.e.
or adding
Mesh.MshFileVersion = 2.2;
to the .geo file.Need to update the mesh reader to read the newest format.
The text was updated successfully, but these errors were encountered: