From 21b89d0929a566625c268eec90cf6f3a35e9f483 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 17 Oct 2005 05:27:59 +0000 Subject: [PATCH] RTNodal added git-svn-id: https://svn.dealii.org/trunk@11604 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/deal.II/glossary.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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
-- 2.39.5