v0.14.0
Loading...
Searching...
No Matches
Lshape.geo
Go to the documentation of this file.
1// Gmsh project created on Sat Mar 27 12:54:28 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) = {2, 3};
15//+
16Line(3) = {3, 4};
17//+
18Line(4) = {4, 1};
19//+
20Curve Loop(1) = {1, 2, 3, 4};
21//+
22Plane Surface(1) = {1};
23//+
24Physical Curve("boundary", 5) = {4, 3, 2, 1};