From 314e552b47bccb8352f21d45c2124d379cc296c5 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Sep 2004 19:07:02 +0000 Subject: [PATCH] Add a few more words. git-svn-id: https://svn.dealii.org/trunk@9686 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgq.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5