]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update comment 3076/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 7 Sep 2016 13:23:23 +0000 (15:23 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 7 Sep 2016 13:23:23 +0000 (15:23 +0200)
include/deal.II/fe/fe_trace.h

index fd092dd7b22c12ffe3593bf347a996126b32d6dd..fb1f997d501fb900cc8c34182f8a62e2ac03f73d 100644 (file)
@@ -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 <int dim, int spacedim=dim>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.