]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos. 498/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2015 03:51:43 +0000 (21:51 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2015 03:51:43 +0000 (21:51 -0600)
The proper spelling of the word is 'Euclidean', not 'Euclidian'.

include/deal.II/base/point.h
include/deal.II/base/tensor_base.h
include/deal.II/numerics/derivative_approximation.h
source/numerics/derivative_approximation.cc

index 2df33dab637c924888497adf4960ff52551d5c47..115fad0de8bcf3ac541f0f27d428cced3aa04731 100644 (file)
@@ -40,7 +40,7 @@ DEAL_II_NAMESPACE_OPEN
  * that make up geometric objects. As such, they have a small number of
  * additional operations over general tensors of rank 1 for which we use the
  * <tt>Tensor<1,dim></tt> class. In particular, there is a distance() function
- * to compute the Euclidian distance between two points in space.
+ * to compute the Euclidean distance between two points in space.
  *
  * The <tt>Point</tt> class is really only used where the coordinates of an
  * object can be thought to possess the dimension of a length. For all other
@@ -165,7 +165,7 @@ public:
   Number              square () const;
 
   /**
-   * Returns the Euclidian distance of <tt>this</tt> point to the point
+   * Returns the Euclidean distance of <tt>this</tt> point to the point
    * <tt>p</tt>, i.e. the <tt>l_2</tt> norm of the difference between the
    * vectors representing the two points.
    */
index eaed5b2f81d00f84c7ef94e13158b6896907fcc5..852f59ab55d0189802bc8c740c30a89e5013d036 100644 (file)
@@ -278,7 +278,7 @@ private:
  * points that make up geometric objects. As such, they have a small number of
  * additional operations over general tensors of rank 1 for which we use the
  * <tt>Tensor<1,dim,Number></tt> class. In particular, there is a distance()
- * function to compute the Euclidian distance between two points in space.
+ * function to compute the Euclidean distance between two points in space.
  *
  * However, the <tt>Point</tt> class is really only used where the coordinates
  * of an object can be thought to possess the dimension of a length. For all
index e0b91712ac64f01c30d760f8e830bece9c8cbfb6..fb729bb89adb60515b0376cbc91e38e6570a5a94 100644 (file)
@@ -166,7 +166,7 @@ namespace DerivativeApproximation
   /**
    * This function is used to obtain an approximation of the gradient. Pass it
    * the DoF handler object that describes the finite element field, a nodal
-   * value vector, and receive the cell-wise Euclidian norm of the
+   * value vector, and receive the cell-wise Euclidean norm of the
    * approximated gradient.
    *
    * The last parameter denotes the solution component, for which the gradient
index 4f3500a8002f45bfea8ea1f898cfa4b4f81a62c4..835807708ad023daa21b6664c4b0f2ae10222257 100644 (file)
@@ -103,7 +103,7 @@ namespace DerivativeApproximation
 
       /**
        * Return the norm of the derivative object. Here, for the gradient, we
-       * choose the Euclidian norm of the gradient vector.
+       * choose the Euclidean norm of the gradient vector.
        */
       static double derivative_norm (const Derivative &d);
 

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.