]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo FinitElement 5832/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 31 Jan 2018 15:41:56 +0000 (16:41 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 31 Jan 2018 15:41:56 +0000 (16:41 +0100)
include/deal.II/fe/fe.h

index 79e7ad5490d5f9ac9f6d7a260e21b283e7cbee40..8af91cda68fe79e6e7f49efa23528922de773773 100644 (file)
@@ -467,7 +467,7 @@ template <int dim, int spacedim> class FESystem;
  * VectorSlice argument. (See the
  * @ref GlossGeneralizedSupport "glossary entry on generalized support points"
  * for more information.) With this, one can then use the following piece of
- * code in the constructor of a class derived from FinitElement to compute the
+ * code in the constructor of a class derived from FiniteElement to compute the
  * $M$ matrix:
  * @code
  * FullMatrix<double> M(this->dofs_per_cell, this->dofs_per_cell);
@@ -2640,7 +2640,7 @@ protected:
    * compute part of this information as discussed above. Elements may want to
    * store these update flags (or a subset of these flags) in
    * InternalDataBase::update_each so they know at the time when
-   * FinitElement::fill_fe_values() is called what they are supposed to
+   * FiniteElement::fill_fe_values() is called what they are supposed to
    * compute
    * @param[in] mapping A reference to the mapping used for computing values
    * and derivatives of shape functions.
@@ -2688,7 +2688,7 @@ protected:
    * compute part of this information as discussed above. Elements may want to
    * store these update flags (or a subset of these flags) in
    * InternalDataBase::update_each so they know at the time when
-   * FinitElement::fill_fe_face_values() is called what they are supposed to
+   * FiniteElement::fill_fe_face_values() is called what they are supposed to
    * compute
    * @param[in] mapping A reference to the mapping used for computing values
    * and derivatives of shape functions.
@@ -2736,7 +2736,7 @@ protected:
    * compute part of this information as discussed above. Elements may want to
    * store these update flags (or a subset of these flags) in
    * InternalDataBase::update_each so they know at the time when
-   * FinitElement::fill_fe_subface_values() is called what they are supposed
+   * FiniteElement::fill_fe_subface_values() is called what they are supposed
    * to compute
    * @param[in] mapping A reference to the mapping used for computing values
    * and derivatives of shape functions.

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.