From 3d427f895b627302b8c8863d7e30f2b6453b945b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 31 Jan 2018 16:41:56 +0100 Subject: [PATCH] Fix typo FinitElement --- include/deal.II/fe/fe.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5