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

1.53 release
parent dacd4832
No related branches found
No related tags found
No related merge requests found
$Id: CREDITS,v 1.12 2004-04-09 22:01:12 geuzaine Exp $ $Id: CREDITS,v 1.13 2004-06-04 18:58:46 geuzaine Exp $
Gmsh is copyright (C) 1997-2004 Gmsh is copyright (C) 1997-2004
...@@ -41,6 +41,9 @@ copyright notice appear in all copies and that both that copyright ...@@ -41,6 +41,9 @@ copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation. notice and this permission notice appear in supporting documentation.
This software is provided "as is" without express or implied warranty. This software is provided "as is" without express or implied warranty.
The MathEval library (MathEval/*) is based on GNU libmatheval,
copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
The colorbar widget (Fltk/Colorbar_Window.cpp) was inspired by code The colorbar widget (Fltk/Colorbar_Window.cpp) was inspired by code
from the Vis5d program for visualizing five dimensional gridded data from the Vis5d program for visualizing five dimensional gridded data
sets, copyright (C) 1990-1995, Bill Hibbard, Brian Paul, Dave Santek, sets, copyright (C) 1990-1995, Bill Hibbard, Brian Paul, Dave Santek,
......
$Id: README.mac,v 1.5 2003-05-09 16:29:57 geuzaine Exp $ $Id: README.mac,v 1.6 2004-06-04 18:58:46 geuzaine Exp $
How to make a version recognized by the Mac Finder? How to make a version recognized by the Mac Finder?
...@@ -8,7 +8,7 @@ The old way (using resource forks): ...@@ -8,7 +8,7 @@ The old way (using resource forks):
- append the resources to the executable: - append the resources to the executable:
/Developer/Tools/Rez -t APPL -o $(GMSH_BIN_DIR)/gmsh $(FLTK_DIR)/FL/mac.r /Developer/Tools/Rez -t APPL -o bin/gmsh Fltk/MacRes.r
- copy all the stuff you want to distribute (using the finder or - copy all the stuff you want to distribute (using the finder or
'ditto'! copying with 'cp' in a shell will destroy the resources!) 'ditto'! copying with 'cp' in a shell will destroy the resources!)
......
$Id: README.win32,v 1.3 2003-10-26 16:53:12 geuzaine Exp $ $Id: README.win32,v 1.4 2004-06-04 18:58:46 geuzaine Exp $
1) About opengl32.dll and glu32.dll: 1) About opengl32.dll and glu32.dll:
...@@ -18,6 +18,6 @@ of applications sharing the library and running simultaneously. ...@@ -18,6 +18,6 @@ of applications sharing the library and running simultaneously.
3) About configuration files: 3) About configuration files:
Gmsh saves session information and default options in the $GMSH_HOME Gmsh saves session information and default options in the $GMSH_HOME
directory, or the $TMP or $TEMP directories if $GMSH_HOME is not directory, or in the $HOME, $TMP or $TEMP directories if $GMSH_HOME is
defined. If none of theses variables are defined, Gmsh will save/load not defined. If none of theses variables are defined, Gmsh will
its configuration files from the current working directory. save/load its configuration files from the current working directory.
$Id: VERSIONS,v 1.219 2004-06-02 02:19:51 geuzaine Exp $ $Id: VERSIONS,v 1.220 2004-06-04 18:58:46 geuzaine Exp $
New in 1.53: completed support for second order elements in the mesh New in 1.53: completed support for second order elements in the mesh
module (lines, triangles, quadrangles, tetrahedra, hexahedra, prisms module (lines, triangles, quadrangles, tetrahedra, hexahedra, prisms
...@@ -15,8 +15,8 @@ order; Mac users can now double click on geo/msh/pos files in the ...@@ -15,8 +15,8 @@ order; Mac users can now double click on geo/msh/pos files in the
Finder to launch Gmsh; removed support for fltk 1.0; rewrote most of Finder to launch Gmsh; removed support for fltk 1.0; rewrote most of
the code related to quadrangles; fixed 2d elliptic algorithm; removed the code related to quadrangles; fixed 2d elliptic algorithm; removed
all OpenGL display list code and options; fixed light positioning; new all OpenGL display list code and options; fixed light positioning; new
BoundingBox command to set the bounding box explicitly; many code BoundingBox command to set the bounding box explicitly; added support
cleanups; for inexpensive "fake" transparency mode; many code cleanups;
New in 1.52: new raster ("bitmap") PostScript/EPS/PDF output formats; New in 1.52: new raster ("bitmap") PostScript/EPS/PDF output formats;
new Plugin(Extract) to extract a given component from a new Plugin(Extract) to extract a given component from a
......
.\" $Id: gmsh.1,v 1.54 2004-05-31 18:36:20 geuzaine Exp $ .\" $Id: gmsh.1,v 1.55 2004-06-04 18:58:46 geuzaine Exp $
.TH Gmsh 1 "14 June 2003" "Gmsh 1.45" "Gmsh Manual Pages" .TH Gmsh 1 "4 June 2004" "Gmsh 1.53" "Gmsh Manual Pages"
.UC 4 .UC 4
.\" ******************************************************************** .\" ********************************************************************
.SH NAME .SH NAME
......
...@@ -25,7 +25,7 @@ generator with built-in pre- and post-processing facilities</h1> ...@@ -25,7 +25,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p> <p>
<h3 align="center">Christophe Geuzaine and Jean-Franois Remacle</h3> <h3 align="center">Christophe Geuzaine and Jean-Franois Remacle</h3>
<p> <p>
<h3 align=center>Version <a href="doc/VERSIONS">1.53</a>, xx May 2004</h3> <h3 align=center>Version <a href="doc/VERSIONS">1.53</a>, 4 June 2004</h3>
<p> <p>
<center> <center>
<a href="#Description">Description</a> | <a href="#Description">Description</a> |
......
...@@ -249,6 +249,11 @@ Use a double buffered graphic window (on Unix, should be set to 0 when working o ...@@ -249,6 +249,11 @@ Use a double buffered graphic window (on Unix, should be set to 0 when working o
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.FakeTransparency
Use fake transparency (cheaper than the real thing, but incorrect)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item General.FastRedraw @item General.FastRedraw
Fast redraw (no mesh or view display) when interacting with the model@* Fast redraw (no mesh or view display) when interacting with the model@*
Default value: @code{1}@* Default value: @code{1}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment