From 4eb69d0cc358dea3ab24ee94c5783d734ba81199 Mon Sep 17 00:00:00 2001 From: Vachan Potluri Date: Fri, 28 May 2021 18:05:31 +0530 Subject: [PATCH] Remove trailing white space --- include/deal.II/fe/fe_dgq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_dgq.h b/include/deal.II/fe/fe_dgq.h index d65093ccd9..be06dacca8 100644 --- a/include/deal.II/fe/fe_dgq.h +++ b/include/deal.II/fe/fe_dgq.h @@ -438,7 +438,7 @@ public: * space Polynomials::Legendre. The tensor product is achieved using * TensorProductPolynomials and the ordering of shape functions, like in * 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),\ + * 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 Legendre * polynomials defined on $[0,1]$. As opposed to the basic FE_DGQ element, -- 2.39.5