From: Daniel Arndt Date: Wed, 31 Jan 2018 15:41:56 +0000 (+0100) Subject: Fix typo FinitElement X-Git-Tag: v9.0.0-rc1~492^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d427f895b627302b8c8863d7e30f2b6453b945b;p=dealii.git Fix typo FinitElement --- diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 79e7ad5490..8af91cda68 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -467,7 +467,7 @@ template 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 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.