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

*** empty log message ***

parent e4d27a55
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.69 2001-02-23 08:46:12 geuzaine Exp $ # $Id: Makefile,v 1.70 2001-02-24 16:22:18 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
GMSH_RELEASE = 1.15 GMSH_RELEASE = 1.16
MAKE = make MAKE = make
CC = c++ CC = c++
......
$Id: README.txt,v 1.2 2001-02-23 19:51:11 geuzaine Exp $ $Id: README.txt,v 1.3 2001-02-24 16:22:18 geuzaine Exp $
For Windows versions of Gmsh only: For Windows versions of Gmsh only:
================================== ==================================
...@@ -8,16 +8,16 @@ For Windows versions of Gmsh only: ...@@ -8,16 +8,16 @@ For Windows versions of Gmsh only:
If a version of the OpenGL library opengl32.dll is already installed If a version of the OpenGL library opengl32.dll is already installed
on your system, you should remove the version shipped with on your system, you should remove the version shipped with
Gmsh. Failing to do so may result in incorrect behaviour of Gmsh (the Gmsh. Failing to do so may result in incorrect behaviour of Gmsh (the
graphic window may stay "transparent", or Gmsh may even not run at graphic window may stay "transparent", or Gmsh may even crash).
all).
1) About cygwin1.dll: 1) About cygwin1.dll:
If you plan to use other programs than Gmsh which depend on the If you plan to use other programs than Gmsh which depend on the
cygwin1.dll library, please move the library from this directory to cygwin1.dll library (e.g. GetDP, http://www.geuz.org/getdp/), you
the Windows system directory (usually C:\Windows\System\). Failing to should keep only one version of the library. You should thus move the
do so may result in incorrect behaviour of all applications sharing file cygwin1.dll from this directory to the Windows system directory
the library. (usually C:\Windows\System\). Failing to do so may result in incorrect
behaviour of all applications sharing the library.
3) About configuration files: 3) About configuration files:
......
New in 1.16: Added single/double buffer selection (only useful for New in 1.16: Added single/double buffer selection (only useful for
Unix versions of Gmsh run from remote hosts without GLX, e.g. with Unix versions of Gmsh run from remote hosts without GLX); fixed a bug
Mesa and old X servers on old graphic cards :-(); fixed a bug in in recent versions of the opengl32.dll on Windows, which caused OpenGL
recent versions of the opengl32.dll on Windows; fonts not to show up;
New in 1.15: Added automatic visibility setting during entity New in 1.15: Added automatic visibility setting during entity
selection; Corrected geometrical extrusion bug; selection; Corrected geometrical extrusion bug;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine .\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine
.\" .\"
.\" ====================================================================== .\" ======================================================================
.TH Gmsh 1 "15 February 2001" "Version 1.15" "Gmsh Manual Pages" .TH Gmsh 1 "15 February 2001" "Version 1.16" "Gmsh Manual Pages"
.UC 4 .UC 4
.\" ====================================================================== .\" ======================================================================
.SH NAME .SH NAME
...@@ -215,7 +215,7 @@ Remacle (Remacle@scorec.rpi.edu). ...@@ -215,7 +215,7 @@ Remacle (Remacle@scorec.rpi.edu).
.SH SEE ALSO .SH SEE ALSO
Gmsh homepage at \fIhttp://www.geuz.org/gmsh/\fR Gmsh homepage at \fIhttp://www.geuz.org/gmsh/\fR
.PP .PP
Gmsh example files in \fI/usr/doc/gmsh-1.15/\fR Gmsh example files in \fI/usr/doc/gmsh-1.16/\fR
.PP .PP
GetDP (a scientific computation software for the numerical solution of GetDP (a scientific computation software for the numerical solution of
integro-differential equations, using finite element and integral type integro-differential equations, using finite element and integral type
......
Windows elap15.montefiore.ulg.ac.be/elap74.montefiore.ulg.ac.be Windows elap{15|74}.montefiore.ulg.ac.be
Linux elap21.montefiore.ulg.ac.be Linux elap21.montefiore.ulg.ac.be
TRU64 elap53.montefiore.ulg.ac.be TRU64 elap53.montefiore.ulg.ac.be
IRIX elap20.montefiore.ulg.ac.be IRIX elap20.montefiore.ulg.ac.be
......
Summary: A 3D mesh generator with pre- and post-processing facilities Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh Name: gmsh
Version: 1.15 Version: 1.16
Source: gmsh-1.15.tar.gz Source: gmsh-1.16.tar.gz
Release: 1 Release: 1
Copyright: distributable Copyright: distributable
Group: Applications/Engineering Group: Applications/Engineering
......
...@@ -50,7 +50,7 @@ ENDSCRIPT---> ...@@ -50,7 +50,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p> This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR---> ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-23 12:44:08 $ENDDATE---> <!---BEGINDATE$Date: 2001-02-24 16:22:18 $ENDDATE--->
Copyright &copy; 1998-2001<br> Copyright &copy; 1998-2001<br>
J.-F. Remacle<br> J.-F. Remacle<br>
...@@ -250,17 +250,17 @@ description. ...@@ -250,17 +250,17 @@ description.
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1> <td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Latest Release: 1.15 (February 21, 2001)</b> <b>Latest Release: 1.16 (February 26, 2001)</b>
<p> <p>
The development release of Gmsh is available for Windows, Linux, The development release of Gmsh is available for Windows, Linux,
Compaq Tru64 Unix and SGI IRIX. All executables are dynamically linked Compaq Tru64 Unix and SGI IRIX. All executables are dynamically linked
with OpenGL. The tutorial and demos files are included in the archives. with OpenGL. The tutorial and demos files are included in the archives.
<ul> <ul>
<li><A href="/gmsh/bin/gmsh-1.15-Windows.zip">Windows zip archive (95/98/NT)</A> <li><A href="/gmsh/bin/gmsh-1.16-Windows.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/bin/gmsh-1.15-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> <li><A href="/gmsh/bin/gmsh-1.16-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.15-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> <li><A href="/gmsh/bin/gmsh-1.16-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.15-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> <li><A href="/gmsh/bin/gmsh-1.16-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/bin/gmsh-1.15-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> <li><A href="/gmsh/bin/gmsh-1.16-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
</ul> </ul>
<p><br> <p><br>
......
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