1 /******************************************************************************
2 * Copyright (C) Siarhei Uzunbajakau, 2023.
4 * This program is free software. You can use, modify, and redistribute it under
5 * the terms of the GNU Lesser General Public License as published by the Free
6 * Software Foundation, either version 3 or (at your option) any later version.
7 * This program is distributed without any warranty.
9 * Refer to COPYING.LESSER for more details.
10 ******************************************************************************/
16 Point(1) = {-a,-a, 0};
17 Point(2) = {-a, a, 0};
18 Point(3) = { a, a, 0};
19 Point(4) = { a,-a, 0};
26 Line Loop(1) = {1, 2, 3, 4};
27 Plane Surface(1) = {1};
29 Physical Surface(100) = {1};
31 Physical Line(1) = {2, 3};
32 Physical Line(2) = {1, 4};
34 // Physical Line(1) = {1, 2, 3, 4};
36 Recombine Surface "*";
38 Transfinite Surface "*";
39 Transfinite Line "*" = 2*r - 1;