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

*** empty log message ***

parent 22cbc692
No related branches found
No related tags found
No related merge requests found
// $Id: meshGFace.cpp,v 1.49 2007-01-16 14:19:31 remacle Exp $
// $Id: meshGFace.cpp,v 1.50 2007-01-16 16:56:25 geuzaine Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
......@@ -1200,9 +1200,9 @@ bool gmsh2DMeshGeneratorPeriodic ( GFace *gf )
free (doc.points);
free (doc.delaunay);
char name[245];
sprintf(name,"param%d.pos",gf->tag());
outputScalarField(m->triangles, name,1);
//char name[245];
//sprintf(name,"param%d.pos",gf->tag());
//outputScalarField(m->triangles, name,1);
// Recover the boundary edges
......
$Id: VERSIONS,v 1.370 2007-01-08 16:42:42 geuzaine Exp $
$Id: VERSIONS,v 1.371 2007-01-16 16:58:34 geuzaine Exp $
2.0: new geometry and mesh databases, with support for STEP and IGES
input via OpenCascade; complete rewrite of geometry and mesh drawing
code; complete rewrite of mesh I/O layer (with new native binary MSH
format and support for import/export of I-deas UNV, Nastran BDF, STL,
Medit MESH and VRML 1.0 files); added support for incomplete second
order elements; new 2D mesh algorithm; removed anisotropic algorithm
(as well as attractors); removed explicit region number specification
in extrusions; option changes in the graphical interface are now
applied instantaneously; added support for offscreen rendering using
OSMesa; added support for SVG output; added string labels for Physical
entities; lots of other improvements all over the place.
order elements; new default 2D mesh algorithm; removed anisotropic
algorithm (as well as attractors); removed explicit region number
specification in extrusions; option changes in the graphical interface
are now applied instantaneously; added support for offscreen rendering
using OSMesa; added support for SVG output; added string labels for
Physical entities; lots of other improvements all over the place.
1.65 (May 15, 2006): new Plugin(ExtractEdges); fixed compilation
errors with gcc4.1; replaced Plugin(DisplacementRaise) and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment