-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBenchmark107.geo
More file actions
31 lines (30 loc) · 769 Bytes
/
Copy pathBenchmark107.geo
File metadata and controls
31 lines (30 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cl1 = 1;
Point(1) = {0, 0, 0, cl1};
Point(2) = {1, 0, 0, cl1};
Point(3) = {1, 1, 0, cl1};
Point(4) = {0, 1, 0, cl1};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(8) = {2, 3, 4, 1};
Plane Surface(8) = {8};
Physical Point(9) = {1, 4};
Physical Point(10) = {2, 3};
Physical Line(11) = {1, 3};
Physical Line(12) = {4};
Physical Line(10) = {2};
Physical Surface(11) = {8};
//Point(1) = {-1, 0, 0, cl1};
//Point(2) = {1, 0, 0, cl1};
//Point(3) = {1, 0.25, 0, cl1};
//Point(4) = {-1, 0.25, 0, cl1};
//Line(1) = {1, 2};
//Line(2) = {2, 3};
//Line(3) = {3, 4};
//Line(4) = {4, 1};
//Line Loop(8) = {2, 3, 4, 1};
//Plane Surface(8) = {8};
//Physical Point(9) = {1, 2, 3, 4};
//Physical Line(10) = {1, 2, 3, 4};
//Physical Surface(11) = {8};