]> https://gitweb.dealii.org/ - dealii.git/commitdiff
cleanup
authorTimo Heister <timo.heister@gmail.com>
Sun, 4 Oct 2015 21:03:26 +0000 (17:03 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 4 Oct 2015 21:03:26 +0000 (17:03 -0400)
include/deal.II/multigrid/mg_constrained_dofs.h
include/deal.II/multigrid/mg_transfer.templates.h

index 982201a598323908aef4171aa7013fa326705366..e05b24599aa452a1ea9a81f066c2f9825d8af5ee 100644 (file)
@@ -134,7 +134,7 @@ public:
    */
   bool set_boundary_values () const DEAL_II_DEPRECATED;
 
-//private:
+private:
 
   /**
    * The indices of boundary dofs for each level.
index 57fc78eba6871802a24ab24ee01ee121995c7466..11d5884aa14112d196553f5d41f87043f2388bf9 100644 (file)
@@ -186,8 +186,6 @@ MGTransferPrebuilt<VECTOR>::copy_to_mg (
 
 #ifdef DEBUG_OUTPUT
       MPI_Barrier(MPI_COMM_WORLD);
-      int myid=-1;
-      MPI_Comm_rank (MPI_COMM_WORLD, &myid);
 #endif
 
       typedef std::vector<std::pair<types::global_dof_index, types::global_dof_index> >::const_iterator IT;
@@ -206,7 +204,6 @@ MGTransferPrebuilt<VECTOR>::copy_to_mg (
 #endif
       if (!first)
         {
-          //if (level<2)
           restrict_and_add (level+1, dst[level], dst[level+1]);
 #ifdef DEBUG_OUTPUT
           std::cout << "copy_to_mg restr&add " << level << " " << dst_level.l2_norm() << std::endl;
@@ -227,10 +224,6 @@ MGTransferPrebuilt<VECTOR>::copy_from_mg(
   OutVector                     &dst,
   const MGLevelObject<VECTOR> &src) const
 {
-#ifdef DEBUG_OUTPUT
-  int myid=-1;
-  MPI_Comm_rank (MPI_COMM_WORLD, &myid);
-#endif
   // For non-DG: degrees of
   // freedom in the refinement
   // face may need special

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.