v0.14.0
cube.geo
Go to the documentation of this file.
1 // Gmsh project created on Tue Mar 23 14:15:55 2021
2 SetFactory("OpenCASCADE");
3 //+
4 Box(1) = {-0.4, -2, -0.5, 1, 1, 1};
5 //+
6 Physical Volume("volume", 13) = {1};
7 //+
8 Physical Surface("top_surface", 14) = {6};
9 //+
10 Physical Surface("bottom_surface", 15) = {5};
11 //+
12 Physical Curve("bottom_edges", 16) = {9, 4, 11, 8};
13 //+
14 Physical Curve("top_edges", 17) = {10, 2, 12, 6};