[Gmsh] simple hexa-mesh

Fabian Braennstroem f.braennstroem at gmx.de
Fri Jun 18 18:31:14 CEST 2004


Hi,

it's me again :-)

Fabian Braennstroem <f.braennstroem at gmx.de> writes:

> 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
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
>
>
>

This is just a testcase; obviously the dimension of the outside surface/square
will be a lot bigger. Before I start using gmsh I just want to know if it is
possible.

Greetings!

-- 
Fabian Braennstroem
Duesseldorf/Berlin