From 06de96ce5a5bfe93e761c7d72151276daeddb70a Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 7 Sep 2016 15:23:23 +0200 Subject: [PATCH] Update comment --- include/deal.II/fe/fe_trace.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/deal.II/fe/fe_trace.h b/include/deal.II/fe/fe_trace.h index fd092dd7b2..fb1f997d50 100644 --- a/include/deal.II/fe/fe_trace.h +++ b/include/deal.II/fe/fe_trace.h @@ -27,8 +27,9 @@ DEAL_II_NAMESPACE_OPEN /** * A finite element, which is the trace of FE_Q elements, that is a tensor * product of polynomials on the faces, undefined in the interior of the cells - * and continuous. The basis functions on the faces are from - * Polynomials::LagrangeEquidistant + * and continuous. The basis functions on the faces are formed by a tensor + * product of 1D Lagrange polynomials with equidistant points up to degree 2 + * and Gauss-Lobatto points starting from degree 3. * * This finite element is the trace space of FE_Q on the faces. * @@ -37,9 +38,6 @@ DEAL_II_NAMESPACE_OPEN * polynomial. In order to make the use of FESystem simpler, FEValues objects * will not fail using this finite element space, but all shape function * values extracted will equal to zero. - * - * @todo Polynomials::LagrangeEquidistant should be and will be replaced by - * Polynomials::LagrangeGaussLobatto as soon as such a polynomial set exists. */ template -- 2.39.5