Skip to content
Snippets Groups Projects
Commit a0ffac16 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

prepare 2.8

parent 90d7bf5e
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ option(ENABLE_WRAP_JAVA "Build Java wrappers" OFF)
option(ENABLE_WRAP_PYTHON "Build Python wrappers" OFF)
set(GMSH_MAJOR_VERSION 2)
set(GMSH_MINOR_VERSION 7)
set(GMSH_PATCH_VERSION 2)
set(GMSH_MINOR_VERSION 8)
set(GMSH_PATCH_VERSION 0)
set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string")
set(GMSH_VERSION "${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}")
......
2.7.2: improved Delaunay point insertion; fixed mesh orientation of plane
2.8.0: improved Delaunay point insertion; fixed mesh orientation of plane
surfaces; fixed mesh size prescribed at embedded points; improved display of
vectors at COG; new experimental text string display engines; improved
fullscreen mode; access time/step in transformations; new experimental features:
......
.TH Gmsh 1 "9 March 2013" "2.7" "Gmsh Manual Pages"
.TH Gmsh 1 "8 July 2013" "2.8" "Gmsh Manual Pages"
.UC 4
.\" ********************************************************************
.SH NAME
......
......@@ -29,7 +29,7 @@ generator with built-in pre- and post-processing facilities</h1>
<h4 align="center">Christophe Geuzaine and Jean-François Remacle</h4>
<h4 align="center">Version 2.7.1, May 11 2013</h4>
<h4 align="center">Version 2.8.0, July 8 2013</h4>
<center>
<a href="#Description">Description</a> |
......@@ -69,14 +69,14 @@ the <a href="doc/LICENSE.txt">GNU General Public License
<li>
<p class="highlight">
<strong>Current stable release</strong>: Windows
<a href="bin/Windows/gmsh-2.7.1-Windows.zip"><strong>32 bit</strong></a> /
<a href="bin/Windows/gmsh-2.7.1-Windows64.zip"><strong>64 bit</strong></a>,
<a href="bin/Windows/gmsh-2.8.0-Windows.zip"><strong>32 bit</strong></a> /
<a href="bin/Windows/gmsh-2.8.0-Windows64.zip"><strong>64 bit</strong></a>,
Linux
<a href="bin/Linux/gmsh-2.7.1-Linux.tgz"><strong>32 bit</strong></a> /
<a href="bin/Linux/gmsh-2.7.1-Linux64.tgz"><strong>64 bit</strong></a>,
<a href="bin/MacOSX/gmsh-2.7.1-MacOSX.dmg"><strong>Mac OS X</strong></a>
<a href="bin/Linux/gmsh-2.8.0-Linux.tgz"><strong>32 bit</strong></a> /
<a href="bin/Linux/gmsh-2.8.0-Linux64.tgz"><strong>64 bit</strong></a>,
<a href="bin/MacOSX/gmsh-2.8.0-MacOSX.dmg"><strong>Mac OS X</strong></a>
and
<a href="src/gmsh-2.7.1-source.tgz"><strong>source code</strong></a>
<a href="src/gmsh-2.8.0-source.tgz"><strong>source code</strong></a>
</p>
<p>
<em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a>
......
......@@ -21,7 +21,7 @@
@c =========================================================================
@c %**start of header
@setfilename gmsh.info
@set GMSH-VERSION 2.7
@set GMSH-VERSION 2.8
@set COPYRIGHT @copyright{} 1997-2013 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
@settitle Gmsh @value{GMSH-VERSION}
@footnotestyle separate
......@@ -541,7 +541,7 @@ small but powerful GUI.
@node and what Gmsh is not so good at, Bug reports, What Gmsh is pretty good at, Overview
@section @dots{} and what Gmsh is not so good at
As of version 2.7, here are some known weaknesses of Gmsh:
As of version 2.8, here are some known weaknesses of Gmsh:
@itemize @bullet
@item
......@@ -2365,7 +2365,7 @@ algorithm should be tried. For very large meshes of plane surfaces the
``Delaunay'' algorithm is the fastest.
The ``Automatic'' algorithm tries to select the best algorithm
automatically for each surface in the model. As of Gmsh 2.7, the
automatically for each surface in the model. As of Gmsh 2.8, the
``Automatic'' algorithm selects ``Delaunay'' for plane surfaces and
``MeshAdapt'' for all other surfaces.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment