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

1.19

parent ccd78057
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.95 2001-05-03 00:09:42 geuzaine Exp $
# $Id: Makefile,v 1.96 2001-05-04 13:45:08 geuzaine Exp $
# ----------------------------------------------------------------------
# Makefile for Gmsh
# ----------------------------------------------------------------------
GMSH_RELEASE = 1.18
GMSH_RELEASE = 1.19
MAKE = make
CC = c++
......
$Id: VERSIONS,v 1.12 2001-05-03 00:09:42 geuzaine Exp $
$Id: VERSIONS,v 1.13 2001-05-04 13:45:08 geuzaine Exp $
New in 1.19: Fixed seg. fault scalar simplex post-processing; new
"Solver" menu; Sockets; fixed small scale display problems;
"Solver" menu; first solver interface for GetDP (through sockets);
fixed scale display problem;
New in 1.18: Fixed many small bugs and incoherences in
post-processing; fixed broken background mesh in 1D mesh generation.
......
......@@ -5,7 +5,7 @@
.\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine
.\"
.\" ======================================================================
.TH Gmsh 1 "15 February 2001" "Version 1.18" "Gmsh Manual Pages"
.TH Gmsh 1 "15 February 2001" "Version 1.19" "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.18/\fR
Gmsh example files in \fI/usr/doc/gmsh-1.19/\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.18
Source: gmsh-1.18.tar.gz
Version: 1.19
Source: gmsh-1.19.tar.gz
Release: 1
Copyright: distributable
Group: Applications/Engineering
......
......@@ -50,7 +50,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR--->
<!---BEGINDATE$Date: 2001-05-03 00:09:42 $ENDDATE--->
<!---BEGINDATE$Date: 2001-05-04 13:45:08 $ENDDATE--->
Copyright &copy; 1998-2001<br>
Jean-François Remacle and
......@@ -326,7 +326,7 @@ ENDSCRIPT--->
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Latest Release: 1.18 (April 25, 2001)</b>
<b>Latest Release: 1.19 (May 10, 2001)</b>
<p>
Executable versions of Gmsh are available for Windows and for most of
the classical UNIX platforms. These versions are free, and are all
......@@ -335,14 +335,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.18-Windows.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/bin/gmsh-1.18-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.18-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.18-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
<li><A href="/gmsh/bin/gmsh-1.18-SunOS.tgz">Sun tarball (SunOS 5.5)</A>
<li><A href="/gmsh/bin/gmsh-1.18-AIX.tgz">IBM tarball (AIX)</A>
<li><A href="/gmsh/bin/gmsh-1.18-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/bin/gmsh-1.18-HP-UX.tgz">HP tarball (HPUX 10.20)</A>
<li><A href="/gmsh/bin/gmsh-1.19-Windows.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/bin/gmsh-1.19-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.19-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.19-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
<li><A href="/gmsh/bin/gmsh-1.19-SunOS.tgz">Sun tarball (SunOS 5.5)</A>
<li><A href="/gmsh/bin/gmsh-1.19-AIX.tgz">IBM tarball (AIX)</A>
<li><A href="/gmsh/bin/gmsh-1.19-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/bin/gmsh-1.19-HP-UX.tgz">HP tarball (HPUX 10.20)</A>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment