From: hartmann Date: Thu, 6 Jul 2000 08:34:27 +0000 (+0000) Subject: doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c087559fbb27a216e633c3361914c5299aead2;p=dealii-svn.git doc update. git-svn-id: https://svn.dealii.org/trunk@3140 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 6e128a3f5b..f4d5422639 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -623,7 +623,7 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * class which takes a triangulation and fills it by a division * of the required domain. * - * @item Reading in a triangulation: By using an object of the @p{DataIn} + * @item Reading in a triangulation: By using an object of the @p{GridIn} * class, you can read in fairly general triangulations. See there for * more information. The mentioned class uses the interface described * directly below to transfer the data into the triangulation. @@ -632,7 +632,7 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * by providing a list of vertices and a list of cells. Each such cell * consists of a vector storing the indices of the vertices of this cell * in the vertex list. To see how this works, you can take a look at the - * @p{DataIn::read_*} functions. The appropriate function to be + * @p{GridIn::read_*} functions. The appropriate function to be * called is @p{Triangulation::create_triangulation (2)}. * * Creating the hierarchical information needed for this library from @@ -661,7 +661,7 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * * There are more subtle conditions which must be imposed upon the * vertex numbering within cells. See the documentation for the - * @ref{DataIn} class for more details on this. They do not only + * @ref{GridIn} class for more details on this. They do not only * hold for the data read from an UCD or any other input file, but * also for the data passed to the * @p{Triangulation::create_triangulation (2)} function.