more refined mesh

This commit is contained in:
Stephen McQuay 2011-02-20 19:24:08 -07:00
parent e8b15c14e2
commit 568c7afb95
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Point(0) = {0, 0, 0, 1};
Point(1) = {1, 0, 0, 1};
Point(2) = {1, 1, 0, 1};
Point(3) = {0, 1, 0, 1};
Point(0) = {0, 0, 0, 0.1};
Point(1) = {1, 0, 0, 0.1};
Point(2) = {1, 1, 0, 0.1};
Point(3) = {0, 1, 0, 0.1};
Line(1) = {0, 1};
Line(2) = {1, 2};
Line(3) = {2, 3};