]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix documentation
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 May 2011 01:57:55 +0000 (01:57 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 May 2011 01:57:55 +0000 (01:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@23735 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/fe.h
deal.II/include/deal.II/fe/fe_dg_vector.h
deal.II/include/deal.II/fe/fe_poly_tensor.h

index 24dac6eea90a8a2662fc2e2bedb2d4052ca97f13..499e2476aa0df275bdfb1de78e606c80fbbefd3d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2003, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 2003, 2005, 2006, 2007, 2008, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
  * tutorial programs after that.
  *
  * @note Support  for the implementation of  vector-valued elements is
- * provided  by  the  class  FE_TensorPoly. Typically,  a  new  vector
+ * provided  by  the  class  FE_PolyTensor. Typically,  a  new  vector
  * element should be derived from this class.
  *
  * <h3>Discontinuous Galerkin</h3>
  * </ul> 
  *
  * @note The implementation of vector valued DG elements is supported
- * by the class FE_DG_Vector, in the way, that only the vector
+ * by the class FE_DGVector, in the way, that only the vector
  * polynomial space has to be provided. The actual class derived from
  * this only has to implement a constructor and
  * FiniteElement::get_name().
index 643ab621e8db289cc4bcea9a37b932e5227ce36d..ea1845dd00cd14152d5fae10302b60fc303b4182 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010 by the deal.II authors
+//    Copyright (C) 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -44,7 +44,7 @@ template <int dim, int spacedim> class MappingQ;
  * PolynomialsNedelec. Note that the dimension of the polynomial space
  * and the argument <tt>dim</tt> must coincide.
  *
- * @ingroup fe
+ * @ingroup febase
  * @author Guido Kanschat
  * @date 2010
  */
index fbaf9e027f9bdcaae4111638f4aacbdac11fefd7..c4227025281d09fbd6dff842e18ddc159367d842 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2005, 2006, 2009, 2010 by the deal.II authors
+//    Copyright (C) 2005, 2006, 2009, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -18,9 +18,6 @@
 
 DEAL_II_NAMESPACE_OPEN
 
-/*!@addtogroup febase */
-/*@{*/
-
 /**
  * This class gives a unified framework for the implementation of
  * FiniteElement classes based on Tensor valued polynomial spaces like
@@ -109,8 +106,9 @@ DEAL_II_NAMESPACE_OPEN
  * @endverbatim
  *
  * @see PolynomialsBDM, PolynomialsRaviartThomas
- *
- * @author Guido Kanschat, 2005
+ * @ingroup febase
+ * @author Guido Kanschat
+ * @date 2005
  **/
 template <class POLY, int dim, int spacedim=dim>
 class FE_PolyTensor : public FiniteElement<dim,spacedim>
@@ -364,8 +362,6 @@ class FE_PolyTensor : public FiniteElement<dim,spacedim>
     mutable std::vector<Tensor<3,dim> > cached_grad_grads;
 };
 
-/*@}*/
-
 DEAL_II_NAMESPACE_CLOSE
 
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.