From: Wolfgang Bangerth Date: Mon, 5 May 2003 14:04:36 +0000 (+0000) Subject: Note Anna's report. X-Git-Tag: v8.0.0~16575 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba4bfcd04e1f8dceb2f13f053a594cbb03dfe71;p=dealii.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 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}