added 3D gmsh case

This commit is contained in:
Stephen Mardson McQuay 2010-11-01 15:52:03 -06:00
parent 17b22c173d
commit 37f056e49b
2 changed files with 1045 additions and 0 deletions

13
data/gmsh.3D.geo Normal file
View File

@ -0,0 +1,13 @@
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};
Line(4) = {3, 0};
Line Loop(6) = {3, 4, 1, 2};
Plane Surface(6) = {6};
Extrude {0, 0, 1} {
Surface{6};
}

1032
data/gmsh.3D.msh Normal file

File diff suppressed because it is too large Load Diff