From 35528cc81cba7cc46cad31daffce6121488ae981 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 14 Jul 2009 19:27:13 +0000 Subject: [PATCH] Adjust the description how the center point is computed. git-svn-id: https://svn.dealii.org/trunk@19079 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/glossary.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" * -- 2.39.5