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

Bug extrusion geo

parent 618bdbe9
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.63 2001-02-20 18:32:58 geuzaine Exp $
# $Id: Makefile,v 1.64 2001-02-21 07:30:09 geuzaine Exp $
# ----------------------------------------------------------------------
# Makefile for Gmsh
# ----------------------------------------------------------------------
GMSH_RELEASE = 1.14
GMSH_RELEASE = 1.15
MAKE = make
CC = c++
......
// $Id: Create.cpp,v 1.8 2001-01-12 13:29:00 geuzaine Exp $
// $Id: Create.cpp,v 1.9 2001-02-21 07:30:09 geuzaine Exp $
#include "Gmsh.h"
#include "Const.h"
......@@ -479,6 +479,7 @@ Curve *Create_Curve (int Num, int Typ, int Order, List_T * Liste,
}
else {
//End_Curve(pC);
pC->Extrude = NULL;
return pC;
}
......
$Id: README.bugs,v 1.1 2001-02-17 22:08:40 geuzaine Exp $
* gmsh demos/piece.geo
mailler en 2D
mailler en 1D
crash
--> probleme d'initialisation: Curve *c->Extrude n'est pas NULL dans
Extrude_Mesh alors qu'il devrait
$Id: README.bugs,v 1.2 2001-02-21 07:30:09 geuzaine Exp $
* Si la coherence des surfaces n'est pas recouvree en une etape, et
qu'on fait une seconde passe qui marche, les volumes ne sont pas
......
New in 1.15: Added automatic visibility for entity creation;
New in 1.15: Added automatic visibility setting during entity
selection; Corrected geometrical extrusion bug;
New in 1.14: Corrected a few bugs in the GUI (most of them were
introduced in 1.13); Added interactive color selection; Made the
......
......@@ -5,7 +5,7 @@
.\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine
.\"
.\" ======================================================================
.TH Gmsh 1 "15 February 2001" "Version 1.14" "Gmsh Manual Pages"
.TH Gmsh 1 "15 February 2001" "Version 1.15" "Gmsh Manual Pages"
.UC 4
.\" ======================================================================
.SH NAME
......@@ -215,7 +215,7 @@ Remacle (Remacle@scorec.rpi.edu).
.SH SEE ALSO
Gmsh homepage at \fIhttp://www.geuz.org/gmsh/\fR
.PP
Gmsh example files in \fI/usr/doc/gmsh-1.14/\fR
Gmsh example files in \fI/usr/doc/gmsh-1.15/\fR
.PP
GetDP (a scientific computation software for the numerical solution of
integro-differential equations, using finite element and integral type
......
Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh
Version: 1.14
Source: gmsh-1.14.tar.gz
Version: 1.15
Source: gmsh-1.15.tar.gz
Release: 1
Copyright: distributable
Group: Applications/Engineering
......
......@@ -51,7 +51,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-19 15:58:30 $ENDDATE--->
<!---BEGINDATE$Date: 2001-02-21 07:30:09 $ENDDATE--->
Copyright &copy; 1998-2001<br>
J.-F. Remacle<br>
......@@ -251,17 +251,17 @@ description.
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Latest Release: 1.14 (February 19, 2001)</b>
<b>Latest Release: 1.15 (February 21, 2001)</b>
<p>
The development release of Gmsh is available for Windows, Linux,
Compaq Tru64 Unix and SGI IRIX. All executables are dynamically linked
with OpenGL.
<ul>
<li><A href="/gmsh/1.14/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/1.14/gmsh-1.14-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/1.14/gmsh-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/1.14/gmsh-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/1.14/gmsh-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
<li><A href="/gmsh/1.15/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/1.15/gmsh-1.15-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/1.15/gmsh-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/1.15/gmsh-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/1.15/gmsh-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
</ul>
<p><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment