From: Vachan Potluri Date: Fri, 28 May 2021 05:45:40 +0000 (+0530) Subject: Fix mistake: Lagrange -> Legendre X-Git-Tag: v9.4.0-rc1~1304^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6247bfce07bb794e01febe84ff2d0323cd7b35bc;p=dealii.git Fix mistake: Lagrange -> Legendre --- diff --git a/include/deal.II/fe/fe_dgq.h b/include/deal.II/fe/fe_dgq.h index acf320c6c5..d65093ccd9 100644 --- a/include/deal.II/fe/fe_dgq.h +++ b/include/deal.II/fe/fe_dgq.h @@ -440,7 +440,7 @@ public: * TensorProductPolynomials, is lexicographic. For instance, the ordering in 2d * is $P_0(x)P_0(y),\ P_1(x)P_0(y),\ \ldots,\ P_n(x)P_0(y),\ P_0(x)P_1(y),\ * \ldots,\ P_n(x)P_1(y),\ \ldots,\ P_0(x)P_n(y),\ \ldots,\ P_n(x)P_n(y)$ when - * degree=n where $\{P_i\}_{i=0}^{n}$ are the one-dimensional Lagrange + * degree=n where $\{P_i\}_{i=0}^{n}$ are the one-dimensional Legendre * polynomials defined on $[0,1]$. As opposed to the basic FE_DGQ element, * these elements are not interpolatory and no support points are defined. *