From 9285581e28acf4e18f4896a19c5446a0b9eb649c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Sep 2010 11:39:43 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@21983 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_raviart_thomas.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_raviart_thomas.h b/deal.II/deal.II/include/fe/fe_raviart_thomas.h index 986a847198..0b3c25321f 100644 --- a/deal.II/deal.II/include/fe/fe_raviart_thomas.h +++ b/deal.II/deal.II/include/fe/fe_raviart_thomas.h @@ -38,9 +38,19 @@ template class MappingQ; * * We follow the usual definition of the degree of RT elements, which * denotes the polynomial degree of the largest complete polynomial - * subspace contained in the RT space. Then, approciamtion order of + * subspace contained in the RT space. Then, approxiamtion order of * the function itself is degree+1, as with usual polynomial - * spaces. + * spaces. The numbering so chosen implies the sequence + * @f[ + * Q_{k+1} + * \stackrel{\text{grad}}{\rightarrow} + * \text{Nedelec}_k + * \stackrel{\text{curl}}{\rightarrow} + * \text{RaviartThomas}_k + * \stackrel{\text{div}}{\rightarrow} + * DGQ_{k} + * @f] + * The lowest order element is consequently FE_RaviartThomas(0). * * This class is not implemented for the codimension one case * (spacedim != dim). -- 2.39.5