]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Improve documentation.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 May 2013 06:27:29 +0000 (06:27 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 May 2013 06:27:29 +0000 (06:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@29548 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/parallel_vector.h

index 7154c94b24503852dbc3f31ce6de04176c98f2f4..896f9f3bd9f8fd6bfd2c21d6463cb25f7525736b 100644 (file)
@@ -62,20 +62,20 @@ namespace parallel
      *   access vector entries in the local index space with the function @p
      *   local_element(). Locally owned indices are placed first, [0,
      *   local_size()), and then all ghost indices follow after them
-     *   contiguously, [local_size(), local_size()+n_ghost_indices()).
+     *   contiguously, [local_size(), local_size()+n_ghost_entries()).
      *
      * Functions related to parallel functionality:
      * - The function <code>compress()</code> goes through the data associated
      *   with ghost indices and communicates it to the owner process, which can
      *   then add/set it to the correct position. This can be used e.g. after
      *   having run an assembly routine involving ghosts that fill this vector.
-     * - The <code>update_ghost_values()</code> function imports the data from the owning
-     *   processor to the ghost indices in order to provide read access to the
-     *   data associated with ghosts.
-     * - It is possible to split the above functions into two phases, where the first
-     *   initiates the communication and the second one finishes it. These
-     *   functions can be used to overlap communication with computations in
-     *   other parts of the code.
+     * - The <code>update_ghost_values()</code> function imports the data from
+     *   the owning processor to the ghost indices in order to provide read
+     *   access to the data associated with ghosts.
+     * - It is possible to split the above functions into two phases, where
+     *   the first initiates the communication and the second one finishes
+     *   it. These functions can be used to overlap communication with
+     *   computations in other parts of the code.
      * - Of course, reduction operations (like norms) make use of collective
      *   all-to-all MPI communications.
      *

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.