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