]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve doxygen documentation For ReadWriteVector 7977/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 28 Apr 2019 18:20:33 +0000 (14:20 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sun, 28 Apr 2019 18:20:33 +0000 (14:20 -0400)
include/deal.II/lac/la_parallel_vector.h
include/deal.II/lac/read_write_vector.h

index 8b7cbb9119ff82b0e88f72501bcbca3748bedd61..f2962990b3a6f73b187746a00ab9b4c0371e01d3 100644 (file)
@@ -43,13 +43,10 @@ namespace LinearAlgebra
     template <typename>
     class BlockVector;
   }
-} // namespace LinearAlgebra
 
-namespace LinearAlgebra
-{
   template <typename>
   class ReadWriteVector;
-}
+} // namespace LinearAlgebra
 
 #ifdef DEAL_II_WITH_PETSC
 namespace PETScWrappers
index f752ff815aa1f593dcd3ff9e7876015972aa9923..ba91108853e82abfedd5abf70e2c8dcb3941a358 100644 (file)
@@ -107,7 +107,7 @@ namespace LinearAlgebra
    *
    * <h3>Storing elements</h3> Most of the time, one will simply read from or
    * write into a vector of the current class using the global numbers of
-   * these degrees of freedom. This is done using operator() or operator[]
+   * these degrees of freedom. This is done using operator()() or operator[]()
    * which call global_to_local() to transform the <i>global</i> index into a
    * <i>local</i> one. In such cases, it is clear that one can only access
    * elements of the vector that the current object indeed stores.
@@ -120,7 +120,7 @@ namespace LinearAlgebra
    * function. To this end, it is necessary to know <i>in which order</i> the
    * current class stores its element. The elements of all the consecutive
    * ranges are stored in ascending order of the first index of each range.
-   * The function largest_range_starting_index() of IndexSet can be used to
+   * The function IndexSet::largest_range_starting_index() can be used to
    * get the first index of the largest range.
    *
    * @author Bruno Turcksin, 2015.

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.