[Gmsh] Question about structured grid
billy at dem.uminho.pt
billy at dem.uminho.pt
Mon Sep 25 22:23:40 CEST 2006
Hi,
Gmsh is a great program! You won't be disapointed when you get stuff to work. I
had same problem. I advise you to look at gmsh wiki.
http://www.geuz.org/gmsh/wiki/FrontPage
(username: gmsh, password: wiki)
Then click on lid.geo for example. That is structured quads then extruded to
make hexahedral. If you want only the quads, comment out the extrude part like so:
/*
Extrude Surface {6, {0,0,dz} } {
Layers { {1}, {32}, {1.0} };
Recombine;
};
*/
Then you can take a look at other examples.
Billy.