[Gmsh] simple hexa-mesh

Fabian Braennstroem f.braennstroem at gmx.de
Fri Jun 18 16:23:13 CEST 2004


Hi,

I just saw that the 'emacs-artist-made'-picture does not look like it should,
but the geometrie is actually very simple:

Point(1) = {0, 0, 0, 1.0};
Point(2) = {10, 0, 0, 1.0};
Point(3) = {10, 10, 0, 1.0};
Point(4) = {0, 10, 0, 1.0};
Line (1) = {1, 2};
Line (2) = {2, 3};
Line (3) = {3, 4};
Line (4) = {4, 1};

Point(11) = {2, 5, 0, 1.0};
Point(21) = {5, 2, 0, 1.0};
Point(31) = {8, 5, 0, 1.0};
Point(41) = {5, 8, 0, 1.0};
Line (11) = {11, 21};
Line (21) = {21, 31};
Line (31) = {31, 41};
Line (41) = {41, 11};

And I just those those examples too :-)

Greetings!

-- 
Fabian Braennstroem
Duesseldorf/Berlin