Skip to content
Snippets Groups Projects
Commit f655bc2a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add cube example to the demos
parent 60a5e383
No related branches found
No related tags found
No related merge requests found
lc = 0.3;
Point(1) = {0.0,0.0,0.0,lc};
Point(2) = {1,0.0,0.0,lc};
Point(3) = {1,1,0.0,lc};
Point(4) = {0,1,0.0,lc};
Line(1) = {4,3};
Line(2) = {3,2};
Line(3) = {2,1};
Line(4) = {1,4};
Line Loop(5) = {2,3,4,1};
Plane Surface(6) = {5};
Extrude Surface { 6, {0,0.0,1} };
// try netgen:
// Mesh.Algorithm3D = 4;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment