From fea2f173b93e82f05b4fbc496b344b122b385aaf Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 28 Jul 2013 18:32:49 +0000 Subject: [PATCH] Fix a typo. Add another half sentence. git-svn-id: https://svn.dealii.org/trunk@30177 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/partitioner.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/base/partitioner.h b/deal.II/include/deal.II/base/partitioner.h index 977f40a321..9f573a98b6 100644 --- a/deal.II/include/deal.II/base/partitioner.h +++ b/deal.II/include/deal.II/base/partitioner.h @@ -49,12 +49,12 @@ namespace Utilities * where other processors might require information from. In a * sense, these import indices form the dual of the ghost * indices. This information is gathered once when constructing the - * partitioner, which obviates subsequent global communcation steps + * partitioner, which obviates subsequent global communication steps * when exchanging data. * - * The partitioner includes a mechanism for converting global to - * local and local to global indices. The storage convention for the - * partitioner is as follows. The local range is associated with + * The partitioner includes a mechanism for converting global to local and + * local to global indices. Internally, this class stores vector elements + * using the convention as follows: The local range is associated with * local indices [0,@p local_size), and ghost indices are stored * consecutively in [@p local_size, @p local_size + @p * n_ghost_indices). The ghost indices are sorted according to their -- 2.39.5