From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 5 May 2003 14:04:36 +0000 (+0000)
Subject: Note Anna's report.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e5115b1ac08ab55fc72cd24aaa745180d1fe53;p=dealii-svn.git

Note Anna's report.


git-svn-id: https://svn.dealii.org/trunk@7572 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h
index e1d1472ca8..2f4ea09c50 100644
--- a/deal.II/deal.II/include/fe/fe_nedelec.h
+++ b/deal.II/deal.II/include/fe/fe_nedelec.h
@@ -28,7 +28,9 @@ template <int dim> class MappingQ;
  *
  * The constructor of this class takes the degree @p{p} of this finite
  * element. However, presently, only lowest order elements
- * (i.e. @p{p==1}) are implemented.
+ * (i.e. @p{p==1}) are implemented. For a general overview of this
+ * element and its properties, see the report by Anna Schneebeli that
+ * is linked from the general documentation page of the library.
  *
  *
  * @sect3{Restriction on transformations}