</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)
<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>
<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
* 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
/**
* 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