From c2c84f549626f173ec9f34023c6ae5e4e46f4cc4 Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 20 Jan 2005 13:17:15 +0000 Subject: [PATCH] Corrected some remnants of the Nedelec code, which probably was the base for this code. git-svn-id: https://svn.dealii.org/trunk@9878 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_raviart_thomas.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_raviart_thomas.h b/deal.II/deal.II/include/fe/fe_raviart_thomas.h index e4d3c4a2c2..fa68623be5 100644 --- a/deal.II/deal.II/include/fe/fe_raviart_thomas.h +++ b/deal.II/deal.II/include/fe/fe_raviart_thomas.h @@ -68,7 +68,7 @@ template class MappingQ; * kind of interpolation. On the other hand, for the lowest order * elements, the values of generating functionals are the (constant) * tangential values of the shape functions. We would therefore really - * like to take the mean value of the tangential values of the child + * like to take the mean value of the normal values of the child * faces, and make this the value of the mother face. Then, however, * taking a mean value of two piecewise constant function is not an * interpolation, but a restriction. Since this is not possible, we @@ -84,8 +84,8 @@ template class MappingQ; * * @sect3{Numbering of the degrees of freedom (DoFs)} * - * Nedelec elements have their degrees of freedom on edges, with shape - * functions being vector valued and pointing in tangential + * Raviart-Thomas elements have their degrees of freedom on edges, with shape + * functions being vector valued and pointing in normal * direction. We use the standard enumeration and direction of edges * in deal.II, yielding the following shape functions in 2d: * @@ -139,7 +139,7 @@ class FE_RaviartThomas : public FiniteElement { public: /** - * Constructor for the Nedelec + * Constructor for the Raviart-Thomas * element of degree @p p. */ FE_RaviartThomas (const unsigned int p); -- 2.39.5