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
Package registry
Model registry
Operate
Terraform modules
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
Romin Tomasetti
gmsh
Commits
a3d820b7
Commit
a3d820b7
authored
3 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
prepare 4.9.0
parent
5ec75747
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.txt
+10
-10
10 additions, 10 deletions
CHANGELOG.txt
doc/gmsh.1
+1
-1
1 addition, 1 deletion
doc/gmsh.1
doc/gmsh.html
+8
-8
8 additions, 8 deletions
doc/gmsh.html
with
19 additions
and
19 deletions
CHANGELOG.txt
+
10
−
10
View file @
a3d820b7
Work-in-progress
: new initial 2D meshing algorithm; new quasi-structured
quad
algorithm; improved handling of imperfect curve reparametrization on
surfaces in
2D periodic meshing algorithm; mesh renumbering now also renumbers
dependent
post-processing views; the mesh size callback is now per-model and its
returned
value is not gathered with the other size constraints in a global min
reduction
anymore: instead the callback takes as additional argument the mesh
size lc that
would be prescribed in the absence of the callback, which allows to
perform any
desired modification (the old behavior can be achieved by returning
min(lc,
value)); OCC STL representation is now generated using relative
deflection
tolerance; new TransformMesh command in .geo files; new behavior of
4.9.0 (December 3, 2021)
: new initial 2D meshing algorithm; new quasi-structured
quad
algorithm; improved handling of imperfect curve reparametrization on
surfaces in
2D periodic meshing algorithm; mesh renumbering now also renumbers
dependent
post-processing views; the mesh size callback is now per-model and its
returned
value is not gathered with the other size constraints in a global min
reduction
anymore: instead the callback takes as additional argument the mesh
size lc that
would be prescribed in the absence of the callback, which allows to
perform any
desired modification (the old behavior can be achieved by returning
min(lc,
value)); OCC STL representation is now generated using relative
deflection
tolerance; new TransformMesh command in .geo files; new behavior of
Mesh.SaveGroupsOf{Nodes,Elements} in UNV and INP exports; partitioned MSH4 files
now contain the full partition topology (i.e. all partition entities); fixed
metric calculation with Eigen (for anisotropic mesh generation); official binary
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.1
+
1
−
1
View file @
a3d820b7
.TH Gmsh 1 "03
March
2021" "4.
8
" "Gmsh Manual Pages"
.TH Gmsh 1 "03
December
2021" "4.
9
" "Gmsh Manual Pages"
.UC 4
.\" ********************************************************************
.SH NAME
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
8
−
8
View file @
a3d820b7
...
...
@@ -98,17 +98,17 @@ Public License (GPL)</a>:
<ul>
<li>
<div
class=
"highlight"
>
Current stable release (version 4.
8.4, 28 April
2021):
Current stable release (version 4.
9.0, 3 December
2021):
<ul>
<li>
Download Gmsh for
<a
href=
"bin/Windows/gmsh-4.
8.4
-Windows64.zip"
>
Windows
</a>
,
<a
href=
"bin/Linux/gmsh-4.
8.4
-Linux64.tgz"
>
Linux
</a>
or
<a
href=
"bin/MacOSX/gmsh-4.
8.4
-MacOSX.dmg"
>
macOS
</a>
<
!--
a href="#1"><sup>*</sup></a
--
>
<li>
Download the
<a
href=
"src/gmsh-4.
8.4
-source.tgz"
>
source code
</a>
<a
href=
"bin/Windows/gmsh-4.
9.0
-Windows64.zip"
>
Windows
</a>
,
<a
href=
"bin/Linux/gmsh-4.
9.0
-Linux64.tgz"
>
Linux
</a>
or
<a
href=
"bin/MacOSX/gmsh-4.
9.0
-MacOSX.dmg"
>
macOS
</a>
<a
href=
"#1"
><sup>
*
</sup></a>
<li>
Download the
<a
href=
"src/gmsh-4.
9.0
-source.tgz"
>
source code
</a>
<li>
Download the Software Development Kit (SDK) for
<a
href=
"bin/Windows/gmsh-4.
8.4
-Windows64-sdk.zip"
>
Windows
</a>
,
<a
href=
"bin/Linux/gmsh-4.
8.4
-Linux64-sdk.tgz"
>
Linux
</a>
or
<a
href=
"bin/MacOSX/gmsh-4.
8.4
-MacOSX-sdk.tgz"
>
macOS
</a>
<
!--
a href="#1"><sup>*</sup></a
--
>
<a
href=
"bin/Windows/gmsh-4.
9.0
-Windows64-sdk.zip"
>
Windows
</a>
,
<a
href=
"bin/Linux/gmsh-4.
9.0
-Linux64-sdk.tgz"
>
Linux
</a>
or
<a
href=
"bin/MacOSX/gmsh-4.
9.0
-MacOSX-sdk.tgz"
>
macOS
</a>
<a
href=
"#1"
><sup>
*
</sup></a>
<li>
Download both Gmsh and the SDK with pip: '
<code>
pip install --upgrade
<a
href=
"https://pypi.org/project/gmsh/"
>
gmsh
</a></code>
'
</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