From 666b56c3e6bd259a424665f1c35860b8e4013aa7 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 23 May 2005 22:36:12 +0000 Subject: [PATCH] remove bogus documentation git-svn-id: https://svn.dealii.org/trunk@10709 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_poly.h | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_poly.h b/deal.II/deal.II/include/fe/fe_poly.h index 211da18ee0..eeb56df10d 100644 --- a/deal.II/deal.II/include/fe/fe_poly.h +++ b/deal.II/deal.II/include/fe/fe_poly.h @@ -16,6 +16,8 @@ #include +/*!@addtogroup fe */ +/*@{*/ /** * This class gives a unified framework for the implementation of @@ -208,21 +210,12 @@ class FE_Poly : public FiniteElement protected: - /** - * Prepare internal data - * structures and fill in values - * independent of the cell. - */ virtual typename Mapping::InternalDataBase * get_data (const UpdateFlags, const Mapping& mapping, const Quadrature& quadrature) const ; - /** - * Implementation of the same - * function in FiniteElement. - */ virtual void fill_fe_values (const Mapping &mapping, const typename Triangulation::cell_iterator &cell, @@ -231,10 +224,6 @@ class FE_Poly : public FiniteElement typename Mapping::InternalDataBase &fe_internal, FEValuesData& data) const; - /** - * Implementation of the same - * function in FiniteElement. - */ virtual void fill_fe_face_values (const Mapping &mapping, const typename Triangulation::cell_iterator &cell, @@ -244,10 +233,6 @@ class FE_Poly : public FiniteElement typename Mapping::InternalDataBase &fe_internal, FEValuesData& data) const ; - /** - * Implementation of the same - * function in FiniteElement. - */ virtual void fill_fe_subface_values (const Mapping &mapping, const typename Triangulation::cell_iterator &cell, @@ -411,6 +396,6 @@ class FE_Poly : public FiniteElement POLY poly_space; }; - +/*@}*/ #endif -- 2.39.5