]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Corrected some remnants of the Nedelec code, which probably was the
authoroliver <oliver@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Jan 2005 13:17:15 +0000 (13:17 +0000)
committeroliver <oliver@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Jan 2005 13:17:15 +0000 (13:17 +0000)
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

index e4d3c4a2c2c3cccba25e21582bee5a622cb1cde3..fa68623be57b713296a8af8f1e56b36838df883f 100644 (file)
@@ -68,7 +68,7 @@ template <int dim> 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 <int dim> 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<dim>
 {
   public:
                                     /**
-                                     * Constructor for the Nedelec
+                                     * Constructor for the Raviart-Thomas
                                      * element of degree @p p.
                                      */
     FE_RaviartThomas (const unsigned int p);

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.