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

1.21

parent d35e9eb3
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.104 2001-06-14 07:39:43 geuzaine Exp $ # $Id: Makefile,v 1.105 2001-07-25 17:53:54 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
GMSH_RELEASE = 1.20 GMSH_RELEASE = 1.21
MAKE = make MAKE = make
CC = c++ CC = c++
......
$Id: VERSIONS,v 1.30 2001-07-25 13:11:08 geuzaine Exp $ $Id: VERSIONS,v 1.31 2001-07-25 17:53:55 geuzaine Exp $
New in 1.21: Fixed more memory leaks; added -opt command line option New in 1.21: Fixed more memory leaks; added -opt command line option
to parse definitions directly from the command line; fixed missing to parse definitions directly from the command line; fixed missing
screen refreshes during contour/surface selection; Enhanced string screen refreshes during contour/surface/volume selection; Enhanced
manipulation functions (Sprintf, StrCat, StrPrefix); string manipulation functions (Sprintf, StrCat, StrPrefix);
New in 1.20: Fixed various bugs (memory leaks, functions in included New in 1.20: Fixed various bugs (memory leaks, functions in included
files, solver command selection, ColorTable option, duplicate nodes in files, solver command selection, ColorTable option, duplicate nodes in
......
...@@ -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.20" "Gmsh Manual Pages" .TH Gmsh 1 "15 February 2001" "Version 1.21" "Gmsh Manual Pages"
.UC 4 .UC 4
.\" ====================================================================== .\" ======================================================================
.SH NAME .SH NAME
...@@ -152,6 +152,12 @@ print mesh quality histogram. ...@@ -152,6 +152,12 @@ print mesh quality histogram.
.B \-interactive .B \-interactive
display the 2D mesh construction interactively if the anisotropic mesh display the 2D mesh construction interactively if the anisotropic mesh
algorithm is selected. algorithm is selected.
.TP 4
.B \-extrude
use old extrusion mesh generator.
.TP 4
.B \-recombine
recombine meshes from old extrusion mesh generator.
.\" ====================================================================== .\" ======================================================================
.SH POST-PROCESSING OPTIONS .SH POST-PROCESSING OPTIONS
.TP 4 .TP 4
...@@ -174,9 +180,6 @@ convert an ascii view into a binary one. ...@@ -174,9 +180,6 @@ convert an ascii view into a binary one.
suppress the double buffer. Use this options if you use \fIGmsh\fR on suppress the double buffer. Use this options if you use \fIGmsh\fR on
a remote host without GLX. a remote host without GLX.
.TP 4 .TP 4
.B \-noov
(Motif versions only) suppress overlay visual.
.TP 4
.B \-alpha .B \-alpha
enable alpha blending. enable alpha blending.
.TP 4 .TP 4
...@@ -195,6 +198,9 @@ use perspective instead of orthographic projection. ...@@ -195,6 +198,9 @@ use perspective instead of orthographic projection.
start in automatic, geometry, mesh, solver or post-processing mode start in automatic, geometry, mesh, solver or post-processing mode
(default: automatic). (default: automatic).
.TP 4 .TP 4
.B \-opt string
parse string before project file.
.TP 4
.B \-v int .B \-v int
set verbosity level (default:2). set verbosity level (default:2).
.TP 4 .TP 4
...@@ -214,6 +220,6 @@ Remacle (Remacle@scorec.rpi.edu). ...@@ -214,6 +220,6 @@ Remacle (Remacle@scorec.rpi.edu).
.SH SEE ALSO .SH SEE ALSO
.BR getdp (1), .BR getdp (1),
.br .br
Gmsh examples (\fI/usr/doc/gmsh-1.20/\fR), Gmsh examples (\fI/usr/doc/gmsh-1.21/\fR),
.br .br
Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR). Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR).
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.20 Version: 1.21
Source: gmsh-1.20.tar.gz Source: gmsh-1.21.tar.gz
Release: 1 Release: 1
Copyright: distributable Copyright: distributable
Group: Applications/Engineering Group: Applications/Engineering
......
...@@ -46,7 +46,7 @@ cat << EOM ...@@ -46,7 +46,7 @@ cat << EOM
page requests since<br>1998/05/24<p> page requests since<br>1998/05/24<p>
ENDSCRIPT---> ENDSCRIPT--->
<!---BEGINDATE$Date: 2001-07-17 07:00:37 $ENDDATE---> <!---BEGINDATE$Date: 2001-07-25 17:53:55 $ENDDATE--->
Copyright &copy; 1998-2001<br> Copyright &copy; 1998-2001<br>
Jean-François Remacle and Jean-François Remacle and
...@@ -324,7 +324,7 @@ ENDSCRIPT---> ...@@ -324,7 +324,7 @@ ENDSCRIPT--->
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1> <td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Latest Release: 1.20 (June 28, 2001)</b> <b>Latest Release: 1.21 (July 26, 2001)</b>
<p> <p>
Executable versions of Gmsh are available for Windows and for most of Executable versions of Gmsh are available for Windows and for most of
the classical UNIX platforms. These versions are free, and are all the classical UNIX platforms. These versions are free, and are all
...@@ -333,14 +333,14 @@ name="opengl-footmark"><sup>1</sup></a>. The only thing required if ...@@ -333,14 +333,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 you use Gmsh is to mention it in your work. The tutorial and demo
files are included in the archives. files are included in the archives.
<ul> <ul>
<li><A href="/gmsh/bin/gmsh-1.20-Windows.zip">Windows zip archive (95/98/NT)</A> <li><A href="/gmsh/bin/gmsh-1.21-Windows.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/bin/gmsh-1.20-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> <li><A href="/gmsh/bin/gmsh-1.21-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.20-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> <li><A href="/gmsh/bin/gmsh-1.21-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.20-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> <li><A href="/gmsh/bin/gmsh-1.21-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
<li><A href="/gmsh/bin/gmsh-1.20-SunOS.tgz">Sun tarball (SunOS 5.5)</A> <li><A href="/gmsh/bin/gmsh-1.21-SunOS.tgz">Sun tarball (SunOS 5.5)</A>
<li><A href="/gmsh/bin/gmsh-1.20-AIX.tgz">IBM tarball (AIX)</A> <li><A href="/gmsh/bin/gmsh-1.21-AIX.tgz">IBM tarball (AIX)</A>
<li><A href="/gmsh/bin/gmsh-1.20-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> <li><A href="/gmsh/bin/gmsh-1.21-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/bin/gmsh-1.20-HP-UX.tgz">HP tarball (HPUX 10.20)</A> <li><A href="/gmsh/bin/gmsh-1.21-HP-UX.tgz">HP tarball (HPUX 10.20)</A>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment