From: Krishnakumar Gopalakrishnan Date: Wed, 15 Jan 2020 14:08:15 +0000 (+0000) Subject: Updates the www URL to gmsh website X-Git-Tag: v9.2.0-rc1~674^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ead46ae217bfd325a28fb3e341fc6dd6c788496;p=dealii.git Updates the www URL to gmsh website --- diff --git a/doc/news/4.0.0-vs-5.0.0.h b/doc/news/4.0.0-vs-5.0.0.h index a05abcc29a..303c117ae7 100644 --- a/doc/news/4.0.0-vs-5.0.0.h +++ b/doc/news/4.0.0-vs-5.0.0.h @@ -592,7 +592,7 @@ inconvenience this causes.

  • - New: Added support for gmsh mesh format in GridIn::read_msh.
    (Luca Heltai 2004/04/21) diff --git a/doc/news/6.1.0-vs-6.2.0.h b/doc/news/6.1.0-vs-6.2.0.h index 3cfa61258f..eb8390ccd1 100644 --- a/doc/news/6.1.0-vs-6.2.0.h +++ b/doc/news/6.1.0-vs-6.2.0.h @@ -1080,7 +1080,7 @@ inconvenience this causes.

  • New: The GridIn::read_msh function can now read version 2 of the MSH format described - here. + here.
    (WB 2008/10/07)

    diff --git a/examples/step-49/doc/intro.dox b/examples/step-49/doc/intro.dox index 1bfd7edd3d..a2bd342757 100644 --- a/examples/step-49/doc/intro.dox +++ b/examples/step-49/doc/intro.dox @@ -69,7 +69,7 @@ disk. How this is done is explained in step-5 and can be seen in the function grid_1 in this example, see the code below. Meshes can be generated from different tools like gmsh, gmsh, lagrit and cubit. See the documentation of GridIn for more information. The problem is that deal.II diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index ebd0e24107..b8a4fd59b6 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -146,7 +146,7 @@ struct CellData; * fairly simple to extend it. * *
  • Gmsh 1.0 mesh format: this format is used by the @p Gmsh mesh - * generator (see http://www.geuz.org/gmsh/). The documentation in the @p Gmsh + * generator (see http://gmsh.info/). The documentation in the @p Gmsh * manual explains how to generate meshes compatible with the deal.II library * (i.e. quads rather than triangles). In order to use this format, Gmsh has * to output the file in the old format 1.0. This is done adding the line @@ -485,7 +485,7 @@ public: /** * Read grid data from an msh file, either version 1 or version 2 of that * file format. The Gmsh formats are documented at - * http://www.geuz.org/gmsh/. + * http://www.gmsh.info/. * * @note The input function of deal.II does not distinguish between newline * and other whitespace. Therefore, deal.II will be able to read files in a