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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
19bab39b
Commit
19bab39b
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
patch for debian
parent
f4215e05
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Geo/GModelIO_CGNS.cpp
+1
-0
1 addition, 0 deletions
Geo/GModelIO_CGNS.cpp
doc/VERSIONS.txt
+3
-3
3 additions, 3 deletions
doc/VERSIONS.txt
doc/gmsh.html
+5
-5
5 additions, 5 deletions
doc/gmsh.html
doc/texinfo/gmsh.texi
+5
-0
5 additions, 0 deletions
doc/texinfo/gmsh.texi
with
14 additions
and
8 deletions
Geo/GModelIO_CGNS.cpp
+
1
−
0
View file @
19bab39b
...
...
@@ -26,6 +26,7 @@
#include
<cstring>
#include
<iostream>
// DBG
#include
<cstdio>
#include
<map>
#include
<string>
#include
<vector>
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
3
−
3
View file @
19bab39b
$Id: VERSIONS.txt,v 1.5
4
2009-08-28
00:03:18
geuzaine Exp $
$Id: VERSIONS.txt,v 1.5
5
2009-08-28
17:23:54
geuzaine Exp $
2.4.1 (
?
): fixed surface mesh orientation bug introduced in
2.4.0;
made meshing algorithms thread-safe; small cleanups and
bug fixes.
2.4.1 (
Aug 29
): fixed surface mesh orientation bug introduced in
2.4.0; 2D meshing code refactoring and small
bug fixes.
2.4.0 (Aug 22, 2009): switched build system to CMake; optionally copy
transfinite mesh contraints during geometry transformations; bumped
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
5
−
5
View file @
19bab39b
...
...
@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p>
<h3
align=
"center"
>
Christophe Geuzaine and Jean-Franois Remacle
</h3>
<p>
<h3
align=
center
>
Version 2.4.
0
, August 2
2
2009
</h3>
<h3
align=
center
>
Version 2.4.
1
, August 2
9
2009
</h3>
<p>
<center>
<a
href=
"#Description"
>
Description
</a>
|
...
...
@@ -67,10 +67,10 @@ Intel). Tutorial and demos files are included in all the archives.
<li>
<span
style=
"border: 1px dotted; padding: 3px;"
>
<strong>
Current stable release
</strong>
:
<a
href=
"/gmsh/bin/Windows/gmsh-2.4.
0
-Windows.zip"
><strong>
Windows
</strong></a>
,
<a
href=
"/gmsh/bin/Linux/gmsh-2.4.
0
-Linux.tgz"
><strong>
Linux
</strong></a>
,
<a
href=
"/gmsh/bin/MacOSX/gmsh-2.4.
0
-MacOSX.dmg"
><strong>
Mac OS X
</strong></a>
and
<a
href=
"/gmsh/src/gmsh-2.4.
0
-source.tgz"
><strong>
source code
</strong></a>
<a
href=
"/gmsh/bin/Windows/gmsh-2.4.
1
-Windows.zip"
><strong>
Windows
</strong></a>
,
<a
href=
"/gmsh/bin/Linux/gmsh-2.4.
1
-Linux.tgz"
><strong>
Linux
</strong></a>
,
<a
href=
"/gmsh/bin/MacOSX/gmsh-2.4.
1
-MacOSX.dmg"
><strong>
Mac OS X
</strong></a>
and
<a
href=
"/gmsh/src/gmsh-2.4.
1
-source.tgz"
><strong>
source code
</strong></a>
</span>
<p>
<li>
Experimental versions (these might be buggy, or might not even
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
5
−
0
View file @
19bab39b
...
...
@@ -4358,6 +4358,11 @@ optional: create the associated widget in @file{Fltk/optionWindow.cpp};
@c
*
valgrind
--
leak
-
check
=
yes
--
show
-
reachable
=
yes gmsh file.geo
-
3
@c
*
purify
@c
*
memprof
@c
@c Notes on thread
-
safety
@c All the operations in the Gmsh library are not thread safe.
@c For example, the MeshAdapt algorithm is, while the Delaunay
/
Frontal
@c are not.
@c
-------------------------------------------------------------------------
...
...
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