From 3e66dcb79a2628cfe3e3b734aa851d1a4387c714 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 14 Apr 2005 09:41:13 +0000 Subject: [PATCH] clarification git-svn-id: https://svn.dealii.org/trunk@10484 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_dgp.h b/deal.II/deal.II/include/fe/fe_dgp.h index f2e1340251..8952194add 100644 --- a/deal.II/deal.II/include/fe/fe_dgp.h +++ b/deal.II/deal.II/include/fe/fe_dgp.h @@ -33,7 +33,8 @@ template class MappingQ; * The shape functions are defined in the class PolynomialSpace. The * polynomials used inside PolynomialSpace are Polynomials::Legendre * up to degree p given in FE_DGP. For the ordering of the - * basis functions, refer to PolynomialSpace. + * basis functions, refer to PolynomialSpace, remebering that the + * Legendre polynomials are ordered by ascending degree. * * @author Guido Kanschat, 2001, 2002, Ralf Hartmann 2004 */ -- 2.39.5