From: Wolfgang Bangerth Date: Mon, 11 May 1998 12:59:45 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~22980 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3e50a3864a11c6bd4f156ae07f855cf46197fd;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@274 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 27560268f8..1c7177f4fa 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -417,6 +417,7 @@ class LineAccessor : public TriaAccessor { /** * Return the length of the line. If the * line describes part of the boundary + * (e.g. if it is face to a cell in 2D) * and is not a straight one, ask the * finite element class for the correct * length! @@ -649,6 +650,7 @@ class QuadAccessor : public TriaAccessor { /** * Return the diameter of the quad. If the * quad describes part of the boundary + * (e.g. if it is face to a cell in 3D) * and is not a plane one, ask the * finite element class for the correct * length! @@ -659,7 +661,9 @@ class QuadAccessor : public TriaAccessor { * fact that this definitely is not the * diameter of all quadrilaterals; however * it may serve as an approximation and - * is exact in many cases. + * is exact in many cases, especially + * if the quadrilateral is not too much + * distorted. */ double diameter () const;