From: bangerth Date: Wed, 15 Sep 2010 11:06:34 +0000 (+0000) Subject: Add a note. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8b4f194ab432cc0c6b30f15db8632d36664061;p=dealii-svn.git Add a note. git-svn-id: https://svn.dealii.org/trunk@21974 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 f31d4f49f5..2e36dbf7e6 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -40,7 +40,8 @@ template class MappingQ; * We follow the usual definition of the degree of Nédélec elements, * which denotes the polynomial degree of the lowest complete polynomial * subspace contained in the Nédélec space. Then, approximation order of - * the function itself is degree. + * the function itself is degree. In this scheme, the lowest + * order element would be created by the call FE_Nedelec(0). * * This class is not implemented for the codimension one case * (spacedim != dim).