Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. lc = 1.0/25.0;
  2. Point(1) = {0, 0, 0, lc};
  3. Point(2) = {1, 0, 0, lc};
  4. Point(3) = {1, 1, 0, lc};
  5. Point(4) = {0, 1, 0, lc};
  6. Line(1) = {4, 3};
  7. Line(2) = {3, 2};
  8. Line(3) = {2, 1};
  9. Line(4) = {1, 4};
  10. Line Loop(5) = {1, 2, 3, 4};
  11. Plane Surface(6) = {5};
  12. Physical Line(1) = {2};
  13. Physical Line(2) = {4};
  14. Physical Line(3) = {1,3};
  15. Physical Surface(11) = {6};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement