Skip to content

Instantly share code, notes, and snippets.

@wence-
Created April 9, 2014 17:39
Show Gist options
  • Select an option

  • Save wence-/10295630 to your computer and use it in GitHub Desktop.

Select an option

Save wence-/10295630 to your computer and use it in GitHub Desktop.
Point(1) = {0, 0, 0, 1.0};
Point(2) = {1, 0, 0, 1.0};
Point(3) = {1, 0.5, 0, 1.0};
Point(4) = {0.5, 0.5, 0, 1.0};
Point(5) = {0.5, 1, 0, 1.0};
Point(6) = {0, 1, 0, 1.0};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 5};
Line(5) = {5, 6};
Line(6) = {6, 1};
Line Loop(1) = {1, 2, 3, 4, 5, 6};
Plane Surface(1) = {1};
Physical Surface(1) = {1};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment