Skip to content

Instantly share code, notes, and snippets.

View dorugeber's full-sized avatar

Andrew T. T. McRae dorugeber

View GitHub Profile
lc = 0.1;
Point(1) = {0.0, 0.0, 0, lc};
Point(2) = {1.0, 0.0, 0, lc};
Point(3) = {1.0, 1.0, 0, lc};
Point(4) = {0.0, 1.0, 0, lc};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(6) = {1, 2, 3, 4};