//---------------------------------------------------------------------------
-// $Id: fe_raviart_thomas.h 18166 2009-01-09 21:21:16Z kanschat $
+// $Id$
//
// Copyright (C) 2010 by the deal.II authors
//
/**
* DG elements based on vector valued polynomials.
*
+ * These elements use vector valued polynomial spaces as they have
+ * been introduced for H<sup>div</sup> and H<sup>curl</sup> 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 <tt>POLY</tt> refers to a vector valued
+ * polynomial space like PolynomialsRaviartThomas or
+ * PolynomialsNedelec. Note that the dimension of the polynomial space
+ * and the argument <tt>dim</tt> must coincide.
+ *
* @ingroup fe
* @author Guido Kanschat
* @date 2010
//---------------------------------------------------------------------------
-// $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
//