added very simple 3D gmsh for testing

This commit is contained in:
Stephen McQuay 2010-11-01 20:20:53 -06:00
parent 8dff2747fd
commit 0f2581f04d
2 changed files with 72 additions and 1013 deletions

View File

@ -1,7 +1,7 @@
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};
Point(0) = {0, 0, 0, 1};
Point(1) = {1, 0, 0, 1};
Point(2) = {1, 1, 0, 1};
Point(3) = {0, 1, 0, 1};
Line(1) = {0, 1};
Line(2) = {1, 2};
Line(3) = {2, 3};

File diff suppressed because it is too large Load Diff