From 0744b889e2e2244c1faf658d05f3e4d3da3b112a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 12 Feb 2002 23:26:04 +0000 Subject: [PATCH] 1.34 stuff --- Makefile | 6 +++--- doc/VERSIONS | 5 ++++- doc/gmsh.html | 18 +++++++++--------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 7852794b14..10c7644763 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.187 2002-02-05 20:19:34 geuzaine Exp $ +# $Id: Makefile,v 1.188 2002-02-12 23:26:04 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 -GMSH_MINOR_VERSION = 33 -GMSH_PATCH_VERSION = 4 +GMSH_MINOR_VERSION = 34 +GMSH_PATCH_VERSION = 0 MAKE = make CXX = c++ diff --git a/doc/VERSIONS b/doc/VERSIONS index a4f034b7a3..f3478cb20f 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,7 @@ -$Date: 2002-01-03 10:25:06 $ +$Date: 2002-02-12 23:26:04 $ + +New in 1.34: Improved surface mesh of non-plane surfaces; minor user +interface polish; small bug fixes; New in 1.33: New parameterizable solver interface (allowing up to 5 user-defined solvers); enhanced 2D aniso algorithm; 3D initial mesh diff --git a/doc/gmsh.html b/doc/gmsh.html index b79363dc50..9cb45544a9 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -28,7 +28,7 @@ generator with built-in pre- and post-processing facilities</h1> <p> <h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3> <p> -<h3 align=center>Version <a href="doc/VERSIONS">1.33</a>, 21 January 2002</h3> +<h3 align=center>Version <a href="doc/VERSIONS">1.34</a>, 13 February 2002</h3> <p> <h2>Description</h2> @@ -192,14 +192,14 @@ name="opengl-footmark"><sup>1</sup></a>. The only thing required if you use Gmsh is to mention it in your work. The tutorial and demo files are included in the archives. <ul> -<li><A href="/gmsh/bin/gmsh-1.33.4-Windows.zip">Windows zip archive (95/98/NT)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-SunOS.tgz">Sun tarball (SunOS 5.5)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-AIX.tgz">IBM tarball (AIX)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> -<li><A href="/gmsh/bin/gmsh-1.33.4-HP-UX.tgz">HP tarball (HPUX 10.20)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-Windows.zip">Windows zip archive (95/98/NT)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-SunOS.tgz">Sun tarball (SunOS 5.5)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-AIX.tgz">IBM tarball (AIX)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> +<li><A href="/gmsh/bin/gmsh-1.34.0-HP-UX.tgz">HP tarball (HPUX 10.20)</A> </ul> <p> -- GitLab