From: guido Date: Mon, 17 Oct 2005 05:27:59 +0000 (+0000) Subject: RTNodal added X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13b6b2329a29e21eb61f5d5456eb14d8533fc90;p=dealii-svn.git RTNodal added git-svn-id: https://svn.dealii.org/trunk@11604 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/deal.II/glossary.h b/deal.II/doc/doxygen/headers/deal.II/glossary.h index ce4596b0d7..b2026d78f8 100644 --- a/deal.II/doc/doxygen/headers/deal.II/glossary.h +++ b/deal.II/doc/doxygen/headers/deal.II/glossary.h @@ -20,7 +20,7 @@ * regular @ref GlossSupport "support points". Instead, FiniteElement defines * a couple of interpolation functions doing the actual interpolation. * - * @note If a finite element is Lagrangian, generalized support points + * If a finite element is Lagrangian, generalized support points * and support points coincide. * * @@ -70,6 +70,9 @@ * FE_RaviartThomas (2d) * Qk+1,k x Qk,k+1 * moments on edges and in the interior + * FE_RaviartThomasNodal + * Qk+1,k x Qk,k+1 + * Gauss points on edges(faces) and anisotropic Gauss points in the interior * * *
@anchor GlossReferenceCell Reference cell