zizhou

Results 2 comments of zizhou

I got a very similar error as @s1291 when using the following script to export a msh22 file to ansys. ``` import meshio mesh = meshio.read("corner_2.msh") mesh.points = mesh.points[:, :2]...

Yes, I once went through this, I also think it's creating every cell from its faces.