From: Krishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk> 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=refs%2Fpull%2F9331%2Fhead;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. </p> <li> <p> - New: Added support for <a href="http://www.geuz.org/gmsh/" + New: Added support for <a href="http://www.gmsh.info" target="_top">gmsh</a> mesh format in <code>GridIn::read_msh</code>. <br> (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. <li> <p> New: The GridIn::read_msh function can now read version 2 of the MSH format described - <a target="_top" href="http://www.geuz.org/gmsh/doc/texinfo/gmsh_10.html">here</a>. + <a target="_top" href="http://gmsh.info/doc/texinfo/gmsh.html">here</a>. <br> (WB 2008/10/07) </p> 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 <code>grid_1</code> in this example, see the code below. Meshes can be generated from different tools like <a -href="http://geuz.org/gmsh/" target="_top">gmsh</a>, <a +href="http://gmsh.info" target="_top">gmsh</a>, <a href="https://lagrit.lanl.gov/" target="_top">lagrit</a> and <a href="http://cubit.sandia.gov/" target="_top">cubit</a>. 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. * * <li> <tt>Gmsh 1.0 mesh</tt> 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