Closed twhughes closed 4 years ago
This error is because scuff-em is not compatible with the .msh
files generated by the current version of gmsh
.
To fix this issue, one needs to add the following flag to commands involving gmsh
listed in the documentation:
-format gmsh2
For example, in the diffraction pattern demo, one would need to replace the line
gmsh -2 -clscale 1 HoleyScreenUnitCell.geo
with
gmsh -2 -format msh2 -clscale 1 HoleyScreenUnitCell.geo
which will generate .msh
files that are in the format of version 2.2 of gmsh
.
Hopefully this will help anyone else struggling with this error.
I am having issues running any of the demos using the most recent version of
gmsh
(4.5.1 at the time of writing).When running
scuff-analyze
, I get the following error