]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doxygen documentation
authorDaniel Arndt <d.arndt@math.uni-goettingen.de>
Sat, 3 Sep 2016 08:56:03 +0000 (10:56 +0200)
committerDaniel Arndt <d.arndt@math.uni-goettingen.de>
Mon, 3 Oct 2016 16:20:58 +0000 (18:20 +0200)
include/deal.II/fe/fe_tools.h
source/fe/fe_tools_interpolate.cc

index 22ea3ce8182012b9569fb14bd6a77520ca451bc7..0e7dab6deef93e88749d4926ab049e48202eaf46 100644 (file)
@@ -783,8 +783,7 @@ namespace FETools
                     const ConstraintMatrix         &constraints,
                     OutVector                      &z2);
 
-#ifdef DEAL_II_WITH_P4EST
-  /*
+  /**
    * Same as above for external parallel VectorTypes
    * on a parallel::distributed::Triangulation
    */
@@ -795,7 +794,7 @@ namespace FETools
                             const ConstraintMatrix &constraints2,
                             VectorType &u2);
 
-  /*
+  /**
    * Same as above for deal.II parallel Vectors
    * on a parallel::distributed::Triangulation
    */
@@ -805,7 +804,6 @@ namespace FETools
                             const DoFHandler<dim,spacedim> &dof2,
                             const ConstraintMatrix &constraints2,
                             LinearAlgebra::distributed::Vector<Number> &u2);
-#endif //DEAL_II_WITH_P4EST
 
   //@}
   /**
index bdde01876e7bb42a8ca3f93db52730e356fe19ab..0b1d5cff97ebc23b2af97bb4d2b3599f8b391381 100644 (file)
@@ -723,10 +723,8 @@ namespace FETools
   namespace internal
   {
 #ifdef DEAL_II_WITH_P4EST
-    /**
-     * Implementation of the @p extrapolate function
-     * on parallel distributed grids.
-     */
+    // Implementation of the @p extrapolate function
+    // on parallel distributed grids.
     template <int dim,int spacedim>
     class ExtrapolateImplementation
     {
@@ -743,10 +741,8 @@ namespace FETools
 
     private:
 
-      /**
-       * A structure holding all data to
-       * set dofs recursively on cells of arbitrary level
-       */
+      // A structure holding all data to
+      // set dofs recursively on cells of arbitrary level
       struct WorkPackage
       {
         const typename dealii::internal::p4est::types<dim>::forest    forest;
@@ -769,11 +765,10 @@ namespace FETools
         {}
       };
 
-      /**
-       * A structure holding all data
-       * of cells needed from other processes
-       * for the extrapolate algorithm.
-       */
+
+      // A structure holding all data
+      // of cells needed from other processes
+      // for the extrapolate algorithm.
       struct CellData
       {
         CellData ();

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.