Open dominik-kern opened 2 years ago
for the sake of completeness, the geo-file
Point(1) = {0, 0, 0, 1.0};
Point(2) = {1, 0, 0, 1.0};
Point(3) = {1, 1, 0, 1.0};
Point(4) = {0, 1, 0, 1.0};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(1) = {1, 2, 3, 4};
Plane Surface(1) = {1};
Physical Curve("unten") = {1};
Physical Curve("rechts") = {2};
Physical Curve("oben") = {3};
Physical Curve("links") = {4};
Physical Surface("Einheitsquadrat") = {1};
Reading a mesh works (msh-file created with gmsh 4.8.4), but writing it fails. The problem occurs with meshIO==5.3.4, in previous versions there was no problem (using the same mesh).
Running
results in
It is a simple mesh (unit_square)