From: Guido Kanschat Date: Tue, 20 Jul 2010 03:47:58 +0000 (+0000) Subject: fix typo in documentation X-Git-Tag: v8.0.0~5790 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69055cc827c6da0943d31371cabba10dcb97ba60;p=dealii.git fix typo in documentation git-svn-id: https://svn.dealii.org/trunk@21540 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_bdm.h b/deal.II/deal.II/include/fe/fe_bdm.h index 228c09fb1d..a1ca795147 100644 --- a/deal.II/deal.II/include/fe/fe_bdm.h +++ b/deal.II/deal.II/include/fe/fe_bdm.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -35,12 +35,15 @@ using namespace dealii; * * @todo Transformation works only for uniform, Cartesian meshes * + * The matching pressure psace for FE_BDM of order k is the + * element FE_DGP of order k. + * * The BDM element of order @p p has p+1 degrees of freedom on * each face. These are implemented as the function values in the * p+1 Gauss points on each face. * * Additionally, for order greater or equal 2, we have additional - * p(p-1), the number of vector valued polynomials in + * p(p-1), the number of vector valued polynomials in * Pp, interior degrees of freedom. These are the * vector function values in the first p(p-1)/2 of the * p2 Gauss points in the cell.