]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix an assertment of doxygen markup problems.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 May 2012 12:08:58 +0000 (12:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 May 2012 12:08:58 +0000 (12:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@25526 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-22/step-22.cc
deal.II/include/deal.II/fe/mapping.h
deal.II/include/deal.II/lac/full_matrix.h
deal.II/include/deal.II/lac/matrix_lib.h
deal.II/include/deal.II/lac/trilinos_vector_base.h

index 3ccbb81e3a8ee3f0712d2391c316f583f2520274..e384c7966d64ea8578e6b2f7537bacc74b36708b 100644 (file)
@@ -898,8 +898,8 @@ namespace Step22
 
                                          // Note that in the above computation
                                          // of the local matrix contribution
-                                         // we added the term <code> phi_p[i]
-                                         // phi_p[j] </code>, yielding a
+                                         // we added the term <code> phi_p[i] *
+                                         // phi_p[j] </code>, yielding a
                                          // pressure mass matrix in the
                                          // $(1,1)$ block of the matrix as
                                          // discussed in the
index f0e5c2931f70329c5acb287b08ebda5664c38f51..1453356ccb3fe79730769376e201461db4c7b794 100644 (file)
@@ -467,9 +467,9 @@ class Mapping : public Subscriptor
  *  \mathbf u(\mathbf x) = \frac{1}{\text{det}J(\mathbf x)}
  * J(\mathbf x) \mathbf{\hat u}(\mathbf x).
  * @f]
- * @todo What is n in mapping_piola description?
  * </ul>
  *
+ * @todo What is n in mapping_piola description?
  */
     virtual
     void
index 48c6258f15abc482be94382bbf6bc2e2f18c8c54..2cef208b0e1e1e257bcf1070fbd3a7c5e8f63a3c 100644 (file)
@@ -960,8 +960,8 @@ class FullMatrix : public Table<2,number>
                   const unsigned int j);
 
                                      /**
-                                      * <i>A(i,1...n) += s*A(j,1...n)
-                                      * t*A(k,1...n)</i>.  Multiple
+                                      * <i>A(i,1...n) += s*A(j,1...n) +
+                                      * t*A(k,1...n)</i>.  Multiple
                                       * addition of rows of this.
                                       */
     void add_row (const unsigned int i,
@@ -977,8 +977,8 @@ class FullMatrix : public Table<2,number>
                   const unsigned int j);
 
                                      /**
-                                      * <i>A(1...n,i) += s*A(1...n,j)
-                                      * t*A(1...n,k)</i>.  Multiple
+                                      * <i>A(1...n,i) += s*A(1...n,j) +
+                                      * t*A(1...n,k)</i>.  Multiple
                                       * addition of columns of this.
                                       */
     void add_col (const unsigned int i,
index a91e84522e382275c920ed9883834f39bd22ea10..0b7fba12db0ca6ef08a7b89c594f291be307e339 100644 (file)
@@ -100,8 +100,8 @@ class ProductMatrix : public PointerMatrixBase<VECTOR>
 
                                      /**
                                       * Tranposed matrix-vector
-                                      * product <i>w = m2<sup>T</sup>
-                                      * m1<sup>T</sup> * v</i>.
+                                      * product <i>w = m2<sup>T</sup> *
+                                      * m1<sup>T</sup> * v</i>.
                                       */
     virtual void Tvmult (VECTOR&       w,
                          const VECTOR& v) const;
@@ -270,8 +270,8 @@ class ProductSparseMatrix : public PointerMatrixBase<Vector<vector_number> >
 
                                      /**
                                       * Tranposed matrix-vector
-                                      * product <i>w = m2<sup>T</sup>
-                                      * m1<sup>T</sup> * v</i>.
+                                      * product <i>w = m2<sup>T</sup> *
+                                      * m1<sup>T</sup> * v</i>.
                                       */
     virtual void Tvmult (VectorType&       w,
                          const VectorType& v) const;
index 1ef815919e93fb43d5419e0f87e6c94b92a37796..c54df41ca039bd441f1cb02233c9191ed09a94ec 100644 (file)
@@ -754,8 +754,8 @@ namespace TrilinosWrappers
 
                                        /**
                                         * Multiple addition of scaled
-                                        * vectors, i.e. <tt>*this = a*V
-                                        * b*W</tt>.
+                                        * vectors, i.e. <tt>*this = a*V +
+                                        * b*W</tt>.
                                         */
       void add (const TrilinosScalar  a,
                 const VectorBase     &V,

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.