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

progression

parent 3b6b375c
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude_Old.cpp,v 1.6 2001-06-27 09:09:06 geuzaine Exp $ // $Id: 3D_Extrude_Old.cpp,v 1.7 2001-06-27 09:24:33 geuzaine Exp $
// This is the old extrusion mesh generator -> only available through // This is the old extrusion mesh generator -> only available through
// the command line option -extrude (w/o -recombine). This mesh // the command line option -extrude (w/o -recombine). This mesh
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
// //
// gmsh test -extrude -recombine < params.ext // gmsh test -extrude -recombine < params.ext
// //
// The progression ratio defines a geometric progression for the
// definition of the elements heights: a factor of 2 means that the
// next element will be twice as high than the preceding one.
//
// All geometrical entities are automatically numbered: // All geometrical entities are automatically numbered:
// //
// volumes: 3 * K1 + layer * K2 + surf->num // volumes: 3 * K1 + layer * K2 + surf->num
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment