v0.14.0
Loading...
Searching...
No Matches
square.geo
Go to the documentation of this file.
1// Gmsh project created on Mon Mar 22 22:51:51 2021
2SetFactory("OpenCASCADE");
3//+
4Point(1) = {0, 0, 0, 1.0};
5//+
6Point(2) = {1, 0, 0, 1.0};
7//+
8Point(3) = {1, 1, 0, 1.0};
9//+
10Point(4) = {0, 1, 0, 1.0};
11//+
12Line(1) = {1, 2};
13//+
14Line(2) = {3, 3};
15//+
16Line(2) = {2, 3};
17//+
18Line(3) = {3, 4};
19//+
20Line(4) = {4, 1};
21//+
22Curve Loop(1) = {4, 1, 2, 3};
23//+
24Plane Surface(1) = {1};
25//+
26Physical Curve("boundary", 5) = {3, 2, 1, 4};
27//+
28Physical Surface("surface", 6) = {1};