]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Augment documentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Aug 2012 14:16:36 +0000 (14:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Aug 2012 14:16:36 +0000 (14:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@25757 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/trilinos_vector.h

index ac6cb5582b847109e12c4ce9c66f26ca93f2ddff..f70303b23b2b9180ebd1e54ac802dc7a88815c21 100644 (file)
@@ -443,10 +443,13 @@ namespace TrilinosWrappers
                          const MPI_Comm               &communicator = MPI_COMM_WORLD);
 
                                        /**
-                                        * Reinit functionality. This
-                                        * function destroys the old vector
-                                        * content and generates a new one
-                                        * based on the input partitioning.
+                                        * Reinit functionality. This function
+                                        * destroys the old vector content and
+                                        * generates a new one based on the
+                                        * input partitioning.  The flag
+                                        * <tt>fast</tt> determines whether the
+                                        * vector should be filled with zero
+                                        * (false) or left untouched (true).
                                         */
         void reinit (const IndexSet &parallel_partitioning,
                      const MPI_Comm &communicator = MPI_COMM_WORLD,
@@ -658,19 +661,19 @@ namespace TrilinosWrappers
 
                                        /**
                                         * Initialization with an
-                                        * IndexSet. Similar to the call in
-                                        * the other class MPI::Vector, with
-                                        * the difference that now a copy on
-                                        * all processes is generated. This
+                                        * IndexSet. Similar to the call in the
+                                        * other class MPI::Vector, with the
+                                        * difference that now a copy on all
+                                        * processes is generated. This
                                         * initialization function is
-                                        * appropriate in case the data in
-                                        * the localized vector should be
-                                        * imported from a distributed vector
-                                        * that has been initialized with the
-                                        * same communicator. The variable
-                                        * <tt>fast</tt> determines whether
-                                        * the vector should be filled with
-                                        * zero or left untouched.
+                                        * appropriate in case the data in the
+                                        * localized vector should be imported
+                                        * from a distributed vector that has
+                                        * been initialized with the same
+                                        * communicator. The variable
+                                        * <tt>fast</tt> determines whether the
+                                        * vector should be filled with zero
+                                        * (false) or left untouched (true).
                                         */
       void reinit (const IndexSet   &input_map,
                    const MPI_Comm   &communicator = MPI_COMM_WORLD,

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.