1 // Gmsh project created on Tue Mar 23 14:15:55 2021
2 SetFactory("OpenCASCADE");
4 Box(1) = {-0.4, -2, -0.5, 1, 1, 1};
6 Physical Volume("volume", 13) = {1};
8 Physical Surface("top_surface", 14) = {6};
10 Physical Surface("bottom_surface", 15) = {5};
12 Physical Curve("bottom_edges", 16) = {9, 4, 11, 8};
14 Physical Curve("top_edges", 17) = {10, 2, 12, 6};