From 45158df0ab1f9b1509d544ee5c6361f9a128ed10 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Feb 2022 11:25:24 -0700 Subject: [PATCH] Minor update to FE_Nedelec. --- include/deal.II/fe/fe_nedelec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/fe/fe_nedelec.h b/include/deal.II/fe/fe_nedelec.h index 5ccb72158d..211d6c0a94 100644 --- a/include/deal.II/fe/fe_nedelec.h +++ b/include/deal.II/fe/fe_nedelec.h @@ -136,9 +136,9 @@ DEAL_II_NAMESPACE_OPEN * The node values above rely on integrals, which will be computed by * quadrature rules themselves. The generalized support points are a set of * points such that this quadrature can be performed with sufficient accuracy. - * The points needed are those of QGaussk+1 on each edge and - * QGaussk+2 on each face and in the interior of the cell (or none - * for N1). + * The points needed are those of QGauss(k+1) on each edge and + * QGauss(k+2) on each face and in the interior of the cell (or none + * for FE_Nedelec(0)). * *

Depictions of shape functions

* -- 2.39.5