From 2ba4bfcd04e1f8dceb2f13f053a594cbb03dfe71 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 May 2003 14:04:36 +0000 Subject: [PATCH] Note Anna's report. git-svn-id: https://svn.dealii.org/trunk@7572 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 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} -- 2.39.5