From: Guido Kanschat Date: Fri, 17 Sep 2010 18:52:52 +0000 (+0000) Subject: add documentation X-Git-Tag: v8.0.0~5452 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e727508e4957a9dd6e425583a71c060bc0befc78;p=dealii.git add documentation git-svn-id: https://svn.dealii.org/trunk@22022 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_dg_vector.h b/deal.II/deal.II/include/fe/fe_dg_vector.h index 0400d52374..c351d7cff8 100644 --- a/deal.II/deal.II/include/fe/fe_dg_vector.h +++ b/deal.II/deal.II/include/fe/fe_dg_vector.h @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: fe_raviart_thomas.h 18166 2009-01-09 21:21:16Z kanschat $ +// $Id$ // // Copyright (C) 2010 by the deal.II authors // @@ -31,6 +31,17 @@ template class MappingQ; /** * DG elements based on vector valued polynomials. * + * These elements use vector valued polynomial spaces as they have + * been introduced for Hdiv and Hcurl conforming + * finite elements, but do not use the usual continuity of these + * elements. Thus, they are suitable for DG and hybrid formulations + * involving these function spaces. + * + * The template argument POLY refers to a vector valued + * polynomial space like PolynomialsRaviartThomas or + * PolynomialsNedelec. Note that the dimension of the polynomial space + * and the argument dim must coincide. + * * @ingroup fe * @author Guido Kanschat * @date 2010 diff --git a/deal.II/deal.II/include/fe/fe_dg_vector.templates.h b/deal.II/deal.II/include/fe/fe_dg_vector.templates.h index 46441f3788..9a322f71bc 100644 --- a/deal.II/deal.II/include/fe/fe_dg_vector.templates.h +++ b/deal.II/deal.II/include/fe/fe_dg_vector.templates.h @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: fe_poly.templates.h 21954 2010-09-13 20:49:06Z kanschat $ +// $Id$ // // Copyright (C) 2006, 2007, 2008, 2009, 2010 by the deal.II authors // diff --git a/deal.II/deal.II/source/fe/fe_dg_vector.cc b/deal.II/deal.II/source/fe/fe_dg_vector.cc index dac4f7c51a..9c2c7d8f81 100644 --- a/deal.II/deal.II/source/fe/fe_dg_vector.cc +++ b/deal.II/deal.II/source/fe/fe_dg_vector.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: fe_dgp.cc 17866 2008-12-05 22:27:44Z bangerth $ +// $Id$ // // Copyright (C) 2010 by the deal.II authors //