From: Wolfgang Bangerth Date: Mon, 28 Feb 2022 18:25:24 +0000 (-0700) Subject: Minor update to FE_Nedelec. X-Git-Tag: v9.4.0-rc1~426^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13463%2Fhead;p=dealii.git Minor update to FE_Nedelec. --- 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

*