From 0c3e50a3864a11c6bd4f156ae07f855cf46197fd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 11 May 1998 12:59:45 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@274 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.39.5