]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a few unneeded include files.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Apr 2011 23:31:18 +0000 (23:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Apr 2011 23:31:18 +0000 (23:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@23627 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-46/step-46.cc

index 9374efdb51465c881d573130aa44d0e7636687cb..6bd830b45bec719d74188e0139c335ecb9aeed27 100644 (file)
@@ -11,6 +11,8 @@
 /*    further information on this license.                        */
 
 
+                                 // @sect3{Include files}
+
 
 #include <base/quadrature_lib.h>
 #include <base/logstream.h>
 #include <grid/grid_generator.h>
 #include <grid/tria_accessor.h>
 #include <grid/tria_iterator.h>
-#include <grid/tria_boundary_lib.h>
-#include <grid/grid_tools.h>
 #include <grid/grid_refinement.h>
 
-#include <dofs/dof_renumbering.h>
 #include <dofs/dof_tools.h>
 #include <dofs/dof_accessor.h>
 
@@ -45,7 +44,6 @@
 #include <hp/fe_values.h>
 
 #include <numerics/vectors.h>
-#include <numerics/matrices.h>
 #include <numerics/data_out.h>
 #include <numerics/error_estimator.h>
 
@@ -246,7 +244,6 @@ void FluidStructureProblem<dim>::setup_dofs ()
   system_matrix.clear ();
 
   dof_handler.distribute_dofs (fe_collection);
-  DoFRenumbering::Cuthill_McKee (dof_handler);
 
   {
     constraints.clear ();
@@ -813,9 +810,10 @@ void FluidStructureProblem<dim>::run ()
       std::cout << "   Solving..." << std::flush;
       solve ();
 
+      std::cout << "   Writing output..." << std::flush;
       output_results (refinement_cycle);
 
-      std::cout << std::endl;
+      std::cout << std::endl << std::endl;
     }
 }
 

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.