From: guido Date: Thu, 14 Apr 2005 09:41:13 +0000 (+0000) Subject: clarification X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e66dcb79a2628cfe3e3b734aa851d1a4387c714;p=dealii-svn.git clarification git-svn-id: https://svn.dealii.org/trunk@10484 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */