From cf962b713907483f4e3969c4945b9c2110453464 Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 23 May 2011 01:57:55 +0000 Subject: [PATCH] fix documentation git-svn-id: https://svn.dealii.org/trunk@23735 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/fe.h | 6 +++--- deal.II/include/deal.II/fe/fe_dg_vector.h | 4 ++-- deal.II/include/deal.II/fe/fe_poly_tensor.h | 12 ++++-------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/deal.II/doc/doxygen/headers/fe.h b/deal.II/doc/doxygen/headers/fe.h index 24dac6eea9..499e2476aa 100644 --- a/deal.II/doc/doxygen/headers/fe.h +++ b/deal.II/doc/doxygen/headers/fe.h @@ -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 @@ -144,7 +144,7 @@ * 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. * *

Discontinuous Galerkin

@@ -165,7 +165,7 @@ * * * @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(). diff --git a/deal.II/include/deal.II/fe/fe_dg_vector.h b/deal.II/include/deal.II/fe/fe_dg_vector.h index 643ab621e8..ea1845dd00 100644 --- a/deal.II/include/deal.II/fe/fe_dg_vector.h +++ b/deal.II/include/deal.II/fe/fe_dg_vector.h @@ -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 class MappingQ; * PolynomialsNedelec. Note that the dimension of the polynomial space * and the argument dim must coincide. * - * @ingroup fe + * @ingroup febase * @author Guido Kanschat * @date 2010 */ diff --git a/deal.II/include/deal.II/fe/fe_poly_tensor.h b/deal.II/include/deal.II/fe/fe_poly_tensor.h index fbaf9e027f..c422702528 100644 --- a/deal.II/include/deal.II/fe/fe_poly_tensor.h +++ b/deal.II/include/deal.II/fe/fe_poly_tensor.h @@ -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 FE_PolyTensor : public FiniteElement @@ -364,8 +362,6 @@ class FE_PolyTensor : public FiniteElement mutable std::vector > cached_grad_grads; }; -/*@}*/ - DEAL_II_NAMESPACE_CLOSE #endif -- 2.39.5