From: Wolfgang Bangerth Date: Tue, 14 Jul 2009 19:27:13 +0000 (+0000) Subject: Adjust the description how the center point is computed. X-Git-Tag: v8.0.0~7481 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35528cc81cba7cc46cad31daffce6121488ae981;p=dealii.git Adjust the description how the center point is computed. git-svn-id: https://svn.dealii.org/trunk@19079 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index d0b2eb29b3..a1e1acd5ca 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -138,9 +138,10 @@ * * @image html distorted_2d_refinement_02.png "Cell after edge refinement" * - * The last step is to compute the location of the new point in the - * interior of the cell. By default, it is chosen as the average - * location (arithmetic mean of the coordinates) of these 8 points: + * The last step is to compute the location of the new point in the interior + * of the cell. By default, it is chosen as the average location (arithmetic + * mean of the coordinates) of these 8 points (in 3d, the 26 surrounding + * points have different weights, but the idea is the same): * * @image html distorted_2d_refinement_03.png "Cell after edge refinement" *