14 Dec
2015
14 Dec
'15
2:58 p.m.
I tried to create a simple mesh in gmsh with a hole in it and would like to import this into firedrake. When I try to use this mesh with
mymesh = Mesh("test1.msh")
elt = FiniteElement("CG", "triangle", 1)
CG1 = FunctionSpace(mymesh, elt)
I get the error below.
Any ideas why? I attached the mesh. Thank you!
This looks like a bug, either in our mesh reading, or somewhere a bit further down the line.
Could you please file a github issue for the problem so we can track it sensibly.