diff --git a/Geo/xyFace.h b/Geo/xyFace.h index bae894b8c8692f3029d8e3bc5d083bd6d9fdd725..7d9ea37c9f98ac61430d8527780a3979c573befe 100644 --- a/Geo/xyFace.h +++ b/Geo/xyFace.h @@ -50,7 +50,8 @@ public: virtual GEntity::GeomType geomType() const { return GEntity::Plane; } ModelType getNativeType() const { return GmshModel; } 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()); } diff --git a/doc/gmsh.html b/doc/gmsh.html index 4eb896fc6fcc0f3e5962580d8b973e904d039cd1..3eb919940e3351e954a04a758ee5808ad91ab288 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -98,21 +98,21 @@ Public License (GPL)</a>: <ul> <li> <div class="highlight"> - Current stable release (version 4.8.0, 2 March 2021): + Current stable release (version 4.8.3, 6 April 2021): <ul> <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.0-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.0-Linux32.tgz">Linux 32-bit</a> or - <a href="bin/MacOSX/gmsh-4.8.0-MacOSX.dmg">MacOS</a> - <li>Download the <a href="src/gmsh-4.8.0-source.tgz">source code</a> + <a href="bin/Windows/gmsh-4.8.3-Windows64.zip">Windows 64-bit</a>, + <a href="bin/Windows/gmsh-4.8.3-Windows32.zip">Windows 32-bit</a>, + <a href="bin/Linux/gmsh-4.8.3-Linux64.tgz">Linux 64-bit</a>, + <a href="bin/Linux/gmsh-4.8.3-Linux32.tgz">Linux 32-bit</a> or + <a href="bin/MacOSX/gmsh-4.8.3-MacOSX.dmg">MacOS</a> + <li>Download the <a href="src/gmsh-4.8.3-source.tgz">source code</a> <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.0-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.0-Linux32-sdk.tgz">Linux 32-bit</a> or - <a href="bin/MacOSX/gmsh-4.8.0-MacOSX-sdk.tgz">MacOS</a> + <a href="bin/Windows/gmsh-4.8.3-Windows64-sdk.zip">Windows 64-bit</a>, + <a href="bin/Windows/gmsh-4.8.3-Windows32-sdk.zip">Windows 32-bit</a>, + <a href="bin/Linux/gmsh-4.8.3-Linux64-sdk.tgz">Linux 64-bit</a>, + <a href="bin/Linux/gmsh-4.8.3-Linux32-sdk.tgz">Linux 32-bit</a> or + <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 <a href="https://pypi.org/project/gmsh/">gmsh</a></code>' </ul> diff --git a/doc/texinfo/version.texi b/doc/texinfo/version.texi index 2b30f15a3ec88ef1d72db7d8217b34d927e86d03..b82c382990559f6edcbbce5855730eb9b8f08e99 100644 --- a/doc/texinfo/version.texi +++ b/doc/texinfo/version.texi @@ -1,4 +1,4 @@ @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