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
d7655482
Commit
d7655482
authored
4 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
prepare 4.8.3
parent
0e637d46
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
Geo/xyFace.h
+2
-1
2 additions, 1 deletion
Geo/xyFace.h
doc/gmsh.html
+12
-12
12 additions, 12 deletions
doc/gmsh.html
doc/texinfo/version.texi
+1
-1
1 addition, 1 deletion
doc/texinfo/version.texi
with
15 additions
and
14 deletions
Geo/xyFace.h
+
2
−
1
View file @
d7655482
...
@@ -50,7 +50,8 @@ public:
...
@@ -50,7 +50,8 @@ public:
virtual
GEntity
::
GeomType
geomType
()
const
{
return
GEntity
::
Plane
;
}
virtual
GEntity
::
GeomType
geomType
()
const
{
return
GEntity
::
Plane
;
}
ModelType
getNativeType
()
const
{
return
GmshModel
;
}
ModelType
getNativeType
()
const
{
return
GmshModel
;
}
void
*
getNativePtr
()
const
{
return
nullptr
;
}
void
*
getNativePtr
()
const
{
return
nullptr
;
}
virtual
SPoint2
parFromPoint
(
const
SPoint3
&
p
,
bool
onSurface
=
true
)
const
virtual
SPoint2
parFromPoint
(
const
SPoint3
&
p
,
bool
onSurface
=
true
,
bool
convTestXYZ
=
false
)
const
{
{
return
SPoint2
(
p
.
x
(),
p
.
y
());
return
SPoint2
(
p
.
x
(),
p
.
y
());
}
}
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
12
−
12
View file @
d7655482
...
@@ -98,21 +98,21 @@ Public License (GPL)</a>:
...
@@ -98,21 +98,21 @@ Public License (GPL)</a>:
<ul>
<ul>
<li>
<li>
<div
class=
"highlight"
>
<div
class=
"highlight"
>
Current stable release (version 4.8.
0
,
2 March
2021):
Current stable release (version 4.8.
3
,
6 April
2021):
<ul>
<ul>
<li>
Download Gmsh for
<li>
Download Gmsh for
<a
href=
"bin/Windows/gmsh-4.8.
0
-Windows64.zip"
>
Windows 64-bit
</a>
,
<a
href=
"bin/Windows/gmsh-4.8.
3
-Windows64.zip"
>
Windows 64-bit
</a>
,
<a
href=
"bin/Windows/gmsh-4.8.
0
-Windows32.zip"
>
Windows 32-bit
</a>
,
<a
href=
"bin/Windows/gmsh-4.8.
3
-Windows32.zip"
>
Windows 32-bit
</a>
,
<a
href=
"bin/Linux/gmsh-4.8.
0
-Linux64.tgz"
>
Linux 64-bit
</a>
,
<a
href=
"bin/Linux/gmsh-4.8.
3
-Linux64.tgz"
>
Linux 64-bit
</a>
,
<a
href=
"bin/Linux/gmsh-4.8.
0
-Linux32.tgz"
>
Linux 32-bit
</a>
or
<a
href=
"bin/Linux/gmsh-4.8.
3
-Linux32.tgz"
>
Linux 32-bit
</a>
or
<a
href=
"bin/MacOSX/gmsh-4.8.
0
-MacOSX.dmg"
>
MacOS
</a>
<a
href=
"bin/MacOSX/gmsh-4.8.
3
-MacOSX.dmg"
>
MacOS
</a>
<li>
Download the
<a
href=
"src/gmsh-4.8.
0
-source.tgz"
>
source code
</a>
<li>
Download the
<a
href=
"src/gmsh-4.8.
3
-source.tgz"
>
source code
</a>
<li>
Download the Software Development Kit (SDK) for
<li>
Download the Software Development Kit (SDK) for
<a
href=
"bin/Windows/gmsh-4.8.
0
-Windows64-sdk.zip"
>
Windows 64-bit
</a>
,
<a
href=
"bin/Windows/gmsh-4.8.
3
-Windows64-sdk.zip"
>
Windows 64-bit
</a>
,
<a
href=
"bin/Windows/gmsh-4.8.
0
-Windows32-sdk.zip"
>
Windows 32-bit
</a>
,
<a
href=
"bin/Windows/gmsh-4.8.
3
-Windows32-sdk.zip"
>
Windows 32-bit
</a>
,
<a
href=
"bin/Linux/gmsh-4.8.
0
-Linux64-sdk.tgz"
>
Linux 64-bit
</a>
,
<a
href=
"bin/Linux/gmsh-4.8.
3
-Linux64-sdk.tgz"
>
Linux 64-bit
</a>
,
<a
href=
"bin/Linux/gmsh-4.8.
0
-Linux32-sdk.tgz"
>
Linux 32-bit
</a>
or
<a
href=
"bin/Linux/gmsh-4.8.
3
-Linux32-sdk.tgz"
>
Linux 32-bit
</a>
or
<a
href=
"bin/MacOSX/gmsh-4.8.
0
-MacOSX-sdk.tgz"
>
MacOS
</a>
<a
href=
"bin/MacOSX/gmsh-4.8.
3
-MacOSX-sdk.tgz"
>
MacOS
</a>
<li>
Download both Gmsh and the SDK with pip: '
<code>
pip install --upgrade
<li>
Download both Gmsh and the SDK with pip: '
<code>
pip install --upgrade
<a
href=
"https://pypi.org/project/gmsh/"
>
gmsh
</a></code>
'
<a
href=
"https://pypi.org/project/gmsh/"
>
gmsh
</a></code>
'
</ul>
</ul>
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/version.texi
+
1
−
1
View file @
d7655482
@c This file was generated by cmake: do not edit manually!
@c This file was generated by cmake: do not edit manually!
@set GMSH-VERSION 4.8.
2
(development version)
@set GMSH-VERSION 4.8.
3
(development version)
@set GITLAB-PREFIX https://gitlab.onelab.info/gmsh/gmsh/blob/master
@set GITLAB-PREFIX https://gitlab.onelab.info/gmsh/gmsh/blob/master
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