From: Wolfgang Bangerth Date: Fri, 24 Sep 2004 19:07:02 +0000 (+0000) Subject: Add a few more words. X-Git-Tag: v8.0.0~14783 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db53905ef8300d684d25c88af31c95cc554b47bb;p=dealii.git Add a few more words. git-svn-id: https://svn.dealii.org/trunk@9686 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 0abe17bba3..de703360f0 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -59,6 +59,12 @@ template class MappingQ; * 0---1---2 0---1---2 * @endverbatim * + * Note, however, that these are just the Lagrange interpolation + * points of the shape functions. Even though they may physically be + * on the surface of the cell, they are logically in the interior + * since there are no continuity requirements for these shape + * functions across cell boundaries. + * * @author Ralf Hartmann, 2001, 2004, Guido Kanschat 2001 */ template