From 36b51353cdb44fa27bb651458ee912901cbba6ff Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 27 Jun 2001 09:24:33 +0000 Subject: [PATCH] progression --- Mesh/3D_Extrude_Old.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Mesh/3D_Extrude_Old.cpp b/Mesh/3D_Extrude_Old.cpp index 93199cc15d..cb796a91be 100644 --- a/Mesh/3D_Extrude_Old.cpp +++ b/Mesh/3D_Extrude_Old.cpp @@ -1,4 +1,4 @@ -// $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 // the command line option -extrude (w/o -recombine). This mesh @@ -8,6 +8,10 @@ // // 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: // // volumes: 3 * K1 + layer * K2 + surf->num -- GitLab