]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove bogus documentation
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 May 2005 22:36:12 +0000 (22:36 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 May 2005 22:36:12 +0000 (22:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10709 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_poly.h

index 211da18ee08364b9de02c6bc9b1fe6f343bbf02e..eeb56df10dea8fcf7482adf62255bb5fa2702771 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <fe/fe.h>
 
+/*!@addtogroup fe */
+/*@{*/
 
 /**
  * This class gives a unified framework for the implementation of
@@ -208,21 +210,12 @@ class FE_Poly : public FiniteElement<dim>
     
   protected:
       
-                                    /**
-                                     * Prepare internal data
-                                     * structures and fill in values
-                                     * independent of the cell.
-                                     */
     virtual
     typename Mapping<dim>::InternalDataBase *
     get_data (const UpdateFlags,
              const Mapping<dim>& mapping,
              const Quadrature<dim>& quadrature) const ;
 
-                                    /**
-                                     * Implementation of the same
-                                     * function in FiniteElement.
-                                     */
     virtual void
     fill_fe_values (const Mapping<dim> &mapping,
                    const typename Triangulation<dim>::cell_iterator &cell,
@@ -231,10 +224,6 @@ class FE_Poly : public FiniteElement<dim>
                    typename Mapping<dim>::InternalDataBase      &fe_internal,
                    FEValuesData<dim>& data) const;
     
-                                    /**
-                                     * Implementation of the same
-                                     * function in FiniteElement.
-                                     */
     virtual void
     fill_fe_face_values (const Mapping<dim> &mapping,
                         const typename Triangulation<dim>::cell_iterator &cell,
@@ -244,10 +233,6 @@ class FE_Poly : public FiniteElement<dim>
                         typename Mapping<dim>::InternalDataBase      &fe_internal,
                         FEValuesData<dim>& data) const ;
     
-                                    /**
-                                     * Implementation of the same
-                                     * function in FiniteElement.
-                                     */
     virtual void
     fill_fe_subface_values (const Mapping<dim> &mapping,
                            const typename Triangulation<dim>::cell_iterator &cell,
@@ -411,6 +396,6 @@ class FE_Poly : public FiniteElement<dim>
     POLY poly_space;
 };
 
-
+/*@}*/
 
 #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.