]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust to common coding styles. 6225/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 13 Apr 2018 17:55:34 +0000 (11:55 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 17 Apr 2018 02:54:22 +0000 (20:54 -0600)
include/deal.II/distributed/tria.h
source/distributed/tria.cc

index 8dae2a39bce587d5409bd54829239cfac6c56cbb..90d8e1ba8406ce1bdc03b44e1c4428a2e55a67a1 100644 (file)
@@ -926,6 +926,9 @@ namespace parallel
       /**
        * Override the implementation in parallel::Triangulation because
        * we can ask p4est about ghost neighbors across periodic boundaries.
+       *
+       * Specifically, this function determines the neighboring subdomains that
+       * are adjacent to each vertex.
        */
       virtual std::map<unsigned int, std::set<dealii::types::subdomain_id> >
       compute_vertices_with_ghost_neighbors () const;
index fd52ba428eaa43a58c7d5f1b0d55501f596d0f13..73b8b48b70efb4a1f59bf3f0d4b6f7a250231231 100644 (file)
@@ -1789,6 +1789,7 @@ namespace parallel
     }
 
 
+
     template <int dim, int spacedim>
     void
     Triangulation<dim,spacedim>::
@@ -1845,6 +1846,7 @@ namespace parallel
     }
 
 
+
     template <int dim, int spacedim>
     void
     Triangulation<dim,spacedim>::
@@ -3014,6 +3016,8 @@ namespace parallel
       this->update_periodic_face_map();
     }
 
+
+
     template <int dim, int spacedim>
     void
     Triangulation<dim,spacedim>::repartition ()
@@ -3230,6 +3234,8 @@ namespace parallel
              ExcInternalError());
     }
 
+
+
     template <int dim, int spacedim>
     unsigned int
     Triangulation<dim,spacedim>::
@@ -3272,7 +3278,7 @@ namespace parallel
            cell != this->end (0);
            ++cell)
         {
-          //skip coarse cells, that are not ours
+          // skip coarse cells that are not ours
           if (tree_exists_locally<dim, spacedim> (parallel_forest,
                                                   coarse_cell_to_p4est_tree_permutation[cell->index() ])
               == false)
@@ -3321,6 +3327,7 @@ namespace parallel
     }
 
 
+
     template <int dim, int spacedim>
     const std::vector<types::global_dof_index> &
     Triangulation<dim, spacedim>::get_p4est_tree_to_coarse_cell_permutation() const
@@ -3338,10 +3345,7 @@ namespace parallel
     }
 
 
-    /**
-     * Determine the neighboring subdomains that are adjacent to each vertex.
-     * This is achieved via the p4est_iterate/p8est_iterate tool
-     */
+
     template <int dim, int spacedim>
     std::map<unsigned int, std::set<dealii::types::subdomain_id> >
     Triangulation<dim,spacedim>::compute_vertices_with_ghost_neighbors () const
@@ -3351,8 +3355,6 @@ namespace parallel
       return dealii::internal::p4est::compute_vertices_with_ghost_neighbors<dim, spacedim> (*this,
              this->parallel_forest,
              this->parallel_ghost);
-
-
     }
 
 
@@ -3661,6 +3663,7 @@ namespace parallel
     }
 
 
+
     template <int dim, int spacedim>
     void
     Triangulation<dim,spacedim>::
@@ -3711,6 +3714,8 @@ namespace parallel
         }
     }
 
+
+
     template <int dim, int spacedim>
     std::vector<unsigned int>
     Triangulation<dim,spacedim>::
@@ -3819,6 +3824,7 @@ namespace parallel
     }
 
 
+
     template <int spacedim>
     const std::vector<types::global_dof_index> &
     Triangulation<1,spacedim>::get_p4est_tree_to_coarse_cell_permutation() const
@@ -3827,6 +3833,8 @@ namespace parallel
       return a;
     }
 
+
+
     template <int spacedim>
     std::map<unsigned int, std::set<dealii::types::subdomain_id> >
     Triangulation<1,spacedim>::
@@ -3836,6 +3844,8 @@ namespace parallel
       return std::map<unsigned int, std::set<dealii::types::subdomain_id> >();
     }
 
+
+
     template <int spacedim>
     std::map<unsigned int, std::set<dealii::types::subdomain_id> >
     Triangulation<1,spacedim>::
@@ -3846,6 +3856,8 @@ namespace parallel
       return std::map<unsigned int, std::set<dealii::types::subdomain_id> >();
     }
 
+
+
     template <int spacedim>
     std::vector<bool>
     Triangulation<1,spacedim>::
@@ -3865,6 +3877,8 @@ namespace parallel
       Assert (false, ExcNotImplemented());
     }
 
+
+
     template <int spacedim>
     void
     Triangulation<1,spacedim>::save(const char *) const

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.