Hello,
the version of Gmsh ist 4.8.4.
The mesh looks like the following:
Point(1) = {2.25, 1.75, 0, 0.25};
Point(2) = {1.0, 3.0, 0, 0.25};
Point(3) = {-1.0, 1.0, 0, 0.25};
Point(4) = {4.0, -4.0, 0, 0.25};
Point(5) = {5.0, -3.0, 0, 0.25};
Point(6) = {2.0, 0.0, 0, 0.25};
Point(7) = {0.5, 0.0, 0, 0.25};
Line(1) = {2, 3};
Line(2) = {3, 4};
Line(3) = {4, 5};
Line(4) = {5, 6};
Line(5) = {6, 7};
Line(6) = {7, 1};
Line(7) = {1, 2};
Line Loop(8) = {1, 2, 3, 4, 5, 6, 7};
Plane Surface(9) = {8};
Physical Line("bottom") = {3};
Point(8) = {2.25, 1.75, 0, 0.25};
Line(10) = {2, 8};
Line(11) = {8, 7};
Line Loop(12) = {1, 2, 3, 4, 5, -11, -10};
Plane Surface(13) = {12};
Physical Line("bottom", 1) += {3};
Physical Line("top", 14) = {1};
Physical Line("left", 15) = {2};
Physical Line("left", 15) += {2};
Physical Line("right", 16) = {4, 6, 5, 11, 10};
Line Loop(17) = {6};
Plane Surface(18) = {17};
Physical Line("inside", 19) = {6};
Physical Line(20) = {6};
Plane Surface(21) = {12};
Show "*";
Hide {
Line{7};
Surface{9,13,18,21};
}
Plane Surface(22) = {12};
I am sorry. Don´t know if i opened the file correctly for only seeing the values.