From 71804af2a14aeb93b3eea9fc4a6b6599de95c742 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 1 Nov 2006 01:37:24 +0000 Subject: [PATCH] Add doc git-svn-id: https://svn.dealii.org/trunk@14136 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgq.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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); -- 2.39.5