From: bangerth Date: Wed, 1 Nov 2006 01:37:24 +0000 (+0000) Subject: Add doc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71804af2a14aeb93b3eea9fc4a6b6599de95c742;p=dealii-svn.git Add doc git-svn-id: https://svn.dealii.org/trunk@14136 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index 6608df10c2..7fd475fb9b 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -77,7 +77,14 @@ class FE_DGQ : public FE_Poly,dim> public: /** * Constructor for tensor product - * polynomials of degree p. + * polynomials of degree + * p. The shape + * functions created using this + * constructor correspond to + * Lagrange interpolation + * polynomials for equidistantly + * spaced support points in each + * coordinate direction. */ FE_DGQ (const unsigned int p);