]> https://gitweb.dealii.org/ - dealii.git/commitdiff
minor doxygen fixes 5174/head
authorDenis Davydov <davydden@gmail.com>
Tue, 3 Oct 2017 17:54:16 +0000 (19:54 +0200)
committerDenis Davydov <davydden@gmail.com>
Tue, 3 Oct 2017 17:54:16 +0000 (19:54 +0200)
include/deal.II/lac/la_parallel_block_vector.h

index 37006d8407338ffe72116667a3259451fa0ea26a..397fbe4eeb2291a03ea661d9bb0378691dd711d2 100644 (file)
@@ -451,19 +451,21 @@ namespace LinearAlgebra
        * Calculate the scalar product between each block of this vector and @p V
        * and store the result in a full matrix @p matrix. This function
        * computes the result by forming $A_{ij}=U_i \cdot V_j$ where $U_i$
-       * and $V_i$ indicate the $i$th block (not element!) of $U$ and the
+       * and $V_j$ indicate the $i$th block (not element!) of $U$ and the
        * $j$th block of $V$, respectively. If @p symmetric is
        * <code>true</code>, it is assumed that inner product results in a
        * square symmetric matrix and almost half of the scalar products can be avoided.
        *
-       * Obviously, this function can only be used if each block in this
-       * object and @p V are of the same size.
+       * Obviously, this function can only be used if all blocks of both vectors
+       * are of the same size.
        *
        * @note Internally, a single global reduction will be called to
        * accumulate scalar product between locally owned degrees of freedom.
        */
       template <typename FullMatrixType>
-      void multivector_inner_product(FullMatrixType &matrix, const BlockVector<Number> &V, const bool symmetric = false) const;
+      void multivector_inner_product(FullMatrixType &matrix,
+                                     const BlockVector<Number> &V,
+                                     const bool symmetric = false) const;
 
       /**
        * Add @p a to all components. Note that @p a is a scalar not a vector.

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.