added very simple 3D gmsh for testing
This commit is contained in:
+4
-4
@@ -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};
|
||||
|
||||
+68
-1009
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user