Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
a8df90ee
Commit
a8df90ee
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
1.21
parent
d35e9eb3
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
doc/VERSIONS
+3
-3
3 additions, 3 deletions
doc/VERSIONS
doc/gmsh.1
+11
-5
11 additions, 5 deletions
doc/gmsh.1
utils/gmsh_fltk.spec
+2
-2
2 additions, 2 deletions
utils/gmsh_fltk.spec
www/gmsh.html
+10
-10
10 additions, 10 deletions
www/gmsh.html
with
28 additions
and
22 deletions
Makefile
+
2
−
2
View file @
a8df90ee
# $Id: Makefile,v 1.10
4
2001-0
6-14 07:39:43
geuzaine Exp $
# $Id: Makefile,v 1.10
5
2001-0
7-25 17:53:54
geuzaine Exp $
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# Makefile for Gmsh
# Makefile for Gmsh
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
GMSH_RELEASE
=
1.2
0
GMSH_RELEASE
=
1.2
1
MAKE
=
make
MAKE
=
make
CC
=
c++
CC
=
c++
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
3
−
3
View file @
a8df90ee
$Id: VERSIONS,v 1.3
0
2001-07-25 1
3:11:08
geuzaine Exp $
$Id: VERSIONS,v 1.3
1
2001-07-25 1
7: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
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.1
+
11
−
5
View file @
a8df90ee
...
@@ -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.2
0
" "Gmsh Manual Pages"
.TH Gmsh 1 "15 February 2001" "Version 1.2
1
" "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.2
0
/\fR),
Gmsh examples (\fI/usr/doc/gmsh-1.2
1
/\fR),
.br
.br
Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR).
Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR).
This diff is collapsed.
Click to expand it.
utils/gmsh_fltk.spec
+
2
−
2
View file @
a8df90ee
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.2
0
Version: 1.2
1
Source: gmsh-1.2
0
.tar.gz
Source: gmsh-1.2
1
.tar.gz
Release: 1
Release: 1
Copyright: distributable
Copyright: distributable
Group: Applications/Engineering
Group: Applications/Engineering
...
...
This diff is collapsed.
Click to expand it.
www/gmsh.html
+
10
−
10
View file @
a8df90ee
...
@@ -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
©
1998-2001
<br>
Copyright
©
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.2
0
(Ju
ne
2
8
, 2001)
</b>
<b>
Latest Release: 1.2
1
(Ju
ly
2
6
, 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.2
0
-Windows.zip"
>
Windows zip archive (95/98/NT)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-Windows.zip"
>
Windows zip archive (95/98/NT)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-1.i386.rpm"
>
Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-1.i386.rpm"
>
Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-Linux.tgz"
>
Linux tarball (i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-Linux.tgz"
>
Linux tarball (i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-OSF1.tgz"
>
Compaq Tru64 tarball (OSF 4.0)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-OSF1.tgz"
>
Compaq Tru64 tarball (OSF 4.0)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-SunOS.tgz"
>
Sun tarball (SunOS 5.5)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-SunOS.tgz"
>
Sun tarball (SunOS 5.5)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-AIX.tgz"
>
IBM tarball (AIX)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-AIX.tgz"
>
IBM tarball (AIX)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-IRIX.tgz"
>
SGI IRIX tarball (IRIX 6.5)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-IRIX.tgz"
>
SGI IRIX tarball (IRIX 6.5)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
0
-HP-UX.tgz"
>
HP tarball (HPUX 10.20)
</A>
<li><A
href=
"/gmsh/bin/gmsh-1.2
1
-HP-UX.tgz"
>
HP tarball (HPUX 10.20)
</A>
</ul>
</ul>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment