From: Wolfgang Bangerth Date: Tue, 21 Mar 2006 21:58:46 +0000 (+0000) Subject: Doc updates. X-Git-Tag: v8.0.0~12049 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7620f7b6fb808f49951046eadd798f10423a2a01;p=dealii.git Doc updates. git-svn-id: https://svn.dealii.org/trunk@12649 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 d55b9361d9..798d4c2983 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1172,6 +1172,11 @@ class Triangulation : public Subscriptor */ static const StraightBoundary *straight_boundary; + /** + * An internal typedef to make + * the definition of the iterator + * classes simpler. + */ typedef internal::TriaIteratorSelector IteratorSelector; public: @@ -1284,9 +1289,9 @@ class Triangulation : public Subscriptor static const unsigned int dimension = dim; /** - * Create a triangulation and create - * the first level of the hierarchy. - * Do not create any cells. + * Create an empty + * triangulation. Do not create + * any cells. */ Triangulation (const MeshSmoothing smooth_grid = none); @@ -2199,7 +2204,6 @@ class Triangulation : public Subscriptor /** * Return an iterator pointing to the last * line of the level @p level, used or not. - */ raw_line_iterator last_raw_line (const unsigned int level) const; @@ -2269,8 +2273,7 @@ class Triangulation : public Subscriptor * iterators with past-the-end or * before-the-beginning states. */ - raw_quad_iterator - end_quad () const; + raw_quad_iterator end_quad () const; /** * Return an iterator which is the first