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

*** empty log message ***

parent 040fa6a3
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude_Old.cpp,v 1.2 2001-06-25 16:23:00 geuzaine Exp $
// $Id: 3D_Extrude_Old.cpp,v 1.3 2001-06-26 07:06:11 geuzaine Exp $
// This is the old extrusion mesh generator -> only available through
// command line options -extrude (w/o -recombine). This mesh generator
// pre-supposes a definition of surfaces in the XY plane, and will
// extrude everything along the Z axis, taking parameters
// the command line option -extrude (w/o -recombine). This mesh
// generator pre-supposes a definition of surfaces in the XY plane,
// and will extrude everything along the Z axis, taking parameters
// interactively from standard input, e.g.
//
// gmsh test -extrude -recombine < params.ext
......@@ -17,7 +17,7 @@
//
// WARNING:
//
// The is no way to save XY generated lines or other entities for the
// There is no way to save XY generated lines or other entities for the
// moment
#define NB_LAYER_MAX 100
......
$Id: VERSIONS,v 1.21 2001-06-25 13:21:15 geuzaine Exp $
$Id: VERSIONS,v 1.22 2001-06-26 07:06:11 geuzaine Exp $
New in 1.20: Many memory leak fixes; Various bug fixes (Functions in
Includes, solver command, ColorTable option, ...) and small
enhancements (menu reorganization, constrained background mesh, mesh
visibility options, geometry edition, mesh quality histograms, ...);
Re-integrated the old command-line extrusion mesh generator (the new
one, e.g. used in tutorial 3) is buggy (it generates duplicate nodes);
Re-integrated the old command-line extrusion mesh generator;
New in 1.19: Fixed seg. fault for scalar simplex post-processing; new
Solver menu; interface for GetDP solver through sockets; fixed
......
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