From b1374f292746edbf1730651858262baaa66efeb5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Sep 2010 11:06:34 +0000 Subject: [PATCH] Add a note. git-svn-id: https://svn.dealii.org/trunk@21974 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 3 ++- 1 file changed, 2 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 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). -- 2.39.5