]> https://gitweb.dealii.org/ - dealii.git/commitdiff
A minor doc update to class CellID. 5183/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 2 Oct 2017 16:47:49 +0000 (10:47 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 2 Oct 2017 16:47:49 +0000 (10:47 -0600)
include/deal.II/grid/cell_id.h

index c2c74ace8f2d4a3205598a8c2c66304a68cb9c1a..858117c191b10d6649ecf5bda610ac872171e3ed 100644 (file)
@@ -38,8 +38,9 @@ template <int, int> 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 <int, int> class Triangulation;
  * and index of the iterators pointing to that cell <i>within the
  * triangulation stored on each of the processors</i> 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).

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.