Skip to content

Instantly share code, notes, and snippets.

@wence-
Created February 18, 2015 16:45
Show Gist options
  • Select an option

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

Select an option

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