]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfixes: Update wrong descriptions, fix typos
authorMatthias Maier <tamiko@43-1.org>
Fri, 4 Sep 2015 04:57:08 +0000 (23:57 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 7 Sep 2015 18:36:22 +0000 (13:36 -0500)
include/deal.II/base/tensor.h
include/deal.II/base/tensor_base.h

index adf1df91e73a348687a7d9eb172038a8b00df6ac..53c1314bcac145b92c4d351d0c38187cd3996346 100644 (file)
@@ -160,7 +160,7 @@ operator * (const Tensor<0,dim,Number> &t,
 
 
 /**
- * Division of a tensor of rank 0 with a scalar number.
+ * Division of a tensor of rank 0 by a scalar number.
  *
  * @relates Tensor<0,dim,Number>
  * @relates EnableIfScalar
index 741b9600967be56dffdc784158e35d451e9d5ee5..9ec99e4123240d4922a8126526600d67da183972 100644 (file)
@@ -247,18 +247,16 @@ public:
   void clear ();
 
   /**
-   * Return the Frobenius-norm of a tensor, i.e. the square root of the sum of
-   * squares of all entries. For the present case of rank-1 tensors, this
-   * equals the usual <tt>l<sub>2</sub></tt> norm of the vector.
+   * Return the Frobenius-norm of a tensor, i.e. the square root of the sum
+   * of the absolute squares of all entries. For the present case of rank-1
+   * tensors, this equals the usual <tt>l<sub>2</sub></tt> norm of the
+   * vector.
    */
   real_type norm () const;
 
   /**
-   * Return the square of the Frobenius-norm of a tensor, i.e. the square root
-   * of the sum of squares of all entries.
-   *
-   * This function mainly exists because it makes computing the norm simpler
-   * recursively, but may also be useful in other contexts.
+   * Return the square of the Frobenius-norm of a tensor, i.e. the sum of
+   * the absolute squares of all entries.
    */
   real_type norm_square () const;
 
@@ -535,17 +533,16 @@ public:
   void clear ();
 
   /**
-   * Return the Frobenius-norm of a tensor, i.e. the square root of the sum of
-   * squares of all entries.
+   * Return the Frobenius-norm of a tensor, i.e. the square root of the sum
+   * of the absolute squares of all entries. For the present case of rank-1
+   * tensors, this equals the usual <tt>l<sub>2</sub></tt> norm of the
+   * vector.
    */
   real_type norm () const;
 
   /**
    * Return the square of the Frobenius-norm of a tensor, i.e. the sum of
-   * squares of all entries.
-   *
-   * This function mainly exists because it makes computing the norm simpler
-   * recursively, but may also be useful in other contexts.
+   * the absolute squares of all entries.
    */
   real_type norm_square () const;
 

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.