From 951d11660965c896b382f360074c7ee42967774d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 2 Oct 2017 10:47:49 -0600 Subject: [PATCH] A minor doc update to class CellID. --- include/deal.II/grid/cell_id.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/deal.II/grid/cell_id.h b/include/deal.II/grid/cell_id.h index c2c74ace8f..858117c191 100644 --- a/include/deal.II/grid/cell_id.h +++ b/include/deal.II/grid/cell_id.h @@ -38,8 +38,9 @@ template class Triangulation; * This class * stores the index of the coarse cell from which a cell is descendant, * together with information on how to reach the cell from that coarse cell - * (i.e., which child index to take on each level when moving from one cell to - * its children). The important point about this class is that an object of + * (i.e., which child index to take on each level of the triangulation when + * moving from one cell to its children). The important point about this + * class is that an object of * the current class uniquely identifies a cell in triangulation, and it even * does so in the context of objects of type * parallel::distributed::Triangulation where the local portion of a mesh may @@ -49,9 +50,9 @@ template class Triangulation; * and index of the iterators pointing to that cell within the * triangulation stored on each of the processors may (and in general * will) be different. In other words, CellId provides the tool with which it - * is possible to uniquely identify cells in a parallel triangulation, and - * consequently makes it possible to exchange data between processors tied to - * individual cells. + * is possible to globally and uniquely identify cells in a parallel + * triangulation, and consequently makes it possible to exchange, between + * processors, data tied to individual cells. * * @note How this data is internally represented is not of importance (and not * exposed on purpose). -- 2.39.5