added very simple 3D gmsh for testing
This commit is contained in:
parent
8dff2747fd
commit
0f2581f04d
@ -1,7 +1,7 @@
|
|||||||
Point(0) = {0, 0, 0, 0.1};
|
Point(0) = {0, 0, 0, 1};
|
||||||
Point(1) = {1, 0, 0, 0.1};
|
Point(1) = {1, 0, 0, 1};
|
||||||
Point(2) = {1, 1, 0, 0.1};
|
Point(2) = {1, 1, 0, 1};
|
||||||
Point(3) = {0, 1, 0, 0.1};
|
Point(3) = {0, 1, 0, 1};
|
||||||
Line(1) = {0, 1};
|
Line(1) = {0, 1};
|
||||||
Line(2) = {1, 2};
|
Line(2) = {1, 2};
|
||||||
Line(3) = {2, 3};
|
Line(3) = {2, 3};
|
||||||
|
1077
data/gmsh.3D.msh
1077
data/gmsh.3D.msh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user