]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make include paths future proof.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Sep 2011 15:44:06 +0000 (15:44 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Sep 2011 15:44:06 +0000 (15:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@24468 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/count_dofs_per_component_hp_01.cc
tests/bits/count_dofs_per_component_hp_02.cc
tests/serialization/dof_handler_01.cc

index 53d93b248775c61748cbb600171a49197300c0c5..96ad381c0352ddb17352decd48af51273814cc4b 100644 (file)
@@ -1,8 +1,8 @@
 //----------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$ 
+//    Version: $Name$
 //
-//    Copyright (C) 2003, 2004, 2005, 2009 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005, 2009, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //----------------------------------------------------------------------
 
 #include "../tests.h"
-#include <grid/tria.h>
-#include <grid/grid_generator.h>
-#include <hp/fe_collection.h>
-#include <hp/dof_handler.h>
-#include <dofs/dof_handler.h>
-#include <fe/fe_q.h>
-#include <fe/fe_system.h>
-#include <dofs/dof_tools.h>
+#include <deal.II/grid/tria.h>
+#include <deal.II/grid/grid_generator.h>
+#include <deal.II/hp/fe_collection.h>
+#include <deal.II/hp/dof_handler.h>
+#include <deal.II/dofs/dof_handler.h>
+#include <deal.II/fe/fe_q.h>
+#include <deal.II/fe/fe_system.h>
+#include <deal.II/dofs/dof_tools.h>
 
 // check
 //   DoFTools::
@@ -69,7 +69,7 @@ void test ()
 
 }
 
-int main () 
+int main ()
 {
   std::ofstream logfile("count_dofs_per_component_hp_01/output");
   deallog.attach(logfile);
index 00aab455364a4215aa4e778f0ea3a5d1d6fb2d78..78a482695575ea3a609ec459f72bb635c30e0404 100644 (file)
@@ -1,8 +1,8 @@
 //----------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$ 
+//    Version: $Name$
 //
-//    Copyright (C) 2003, 2004, 2005, 2009 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005, 2009, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //----------------------------------------------------------------------
 
 #include "../tests.h"
-#include <grid/tria.h>
-#include <grid/grid_generator.h>
-#include <grid/tria_iterator.h>
-#include <hp/fe_collection.h>
-#include <hp/dof_handler.h>
-#include <dofs/dof_handler.h>
-#include <dofs/dof_accessor.h>
-#include <fe/fe_q.h>
-#include <fe/fe_system.h>
-#include <dofs/dof_tools.h>
+#include <deal.II/grid/tria.h>
+#include <deal.II/grid/grid_generator.h>
+#include <deal.II/grid/tria_iterator.h>
+#include <deal.II/hp/fe_collection.h>
+#include <deal.II/hp/dof_handler.h>
+#include <deal.II/dofs/dof_handler.h>
+#include <deal.II/dofs/dof_accessor.h>
+#include <deal.II/fe/fe_q.h>
+#include <deal.II/fe/fe_system.h>
+#include <deal.II/dofs/dof_tools.h>
 
 // check
 //   DoFTools::
 //   count_dofs_per_component (...);
 // for the hp case
 //
-// in contrast to the _01 test also check that this works if the element 
+// in contrast to the _01 test also check that this works if the element
 // collection has more than one element
 
 
@@ -70,7 +70,7 @@ void test ()
 
 }
 
-int main () 
+int main ()
 {
   std::ofstream logfile("count_dofs_per_component_hp_02/output");
   deallog.attach(logfile);
index 01f0939a0f7b911d218c784f15399ab968d88957..842eff65ef082aa45f45caa90bc6cf404659ab45 100644 (file)
@@ -21,8 +21,8 @@
 #include <deal.II/dofs/dof_handler.h>
 #include <deal.II/dofs/dof_accessor.h>
 #include <deal.II/dofs/dof_renumbering.h>
-#include <fe/fe_q.h>
-#include <fe/fe_system.h>
+#include <deal.II/fe/fe_q.h>
+#include <deal.II/fe/fe_system.h>
 
 template <int dim, int spacedim>
 bool operator == (const DoFHandler<dim,spacedim> &t1,
@@ -60,12 +60,12 @@ bool operator == (const DoFHandler<dim,spacedim> &t1,
                return false;
              if (c1->neighbor(f)->index() != c2->neighbor(f)->index())
                return false;
-           }    
+           }
        }
-      
+
       if (c1->subdomain_id() != c2->subdomain_id())
        return false;
-      
+
       if (c1->material_id() != c2->material_id())
        return false;
 
@@ -77,7 +77,7 @@ bool operator == (const DoFHandler<dim,spacedim> &t1,
 
       if (c1->get_fe().get_name() != c2->get_fe().get_name())
        return false;
-      
+
       if (c1->active_fe_index() != c2->active_fe_index())
        return false;
 
@@ -86,17 +86,17 @@ bool operator == (const DoFHandler<dim,spacedim> &t1,
       {
        std::vector<unsigned int> local_dofs_1 (c1->get_fe().dofs_per_cell);
        std::vector<unsigned int> local_dofs_2 (c2->get_fe().dofs_per_cell);
-      
+
        c1->get_dof_indices (local_dofs_1);
        c2->get_dof_indices (local_dofs_2);
        if (local_dofs_1 != local_dofs_2)
          return false;
-       
+
        for (unsigned int f=0; f<GeometryInfo<dim>::faces_per_cell; ++f)
        {
          std::vector<unsigned int> local_dofs_1 (c1->get_fe().dofs_per_face);
          std::vector<unsigned int> local_dofs_2 (c2->get_fe().dofs_per_face);
-      
+
          c1->face(f)->get_dof_indices (local_dofs_1);
          c2->face(f)->get_dof_indices (local_dofs_2);
          if (local_dofs_1 != local_dofs_2)
@@ -152,19 +152,19 @@ void test ()
   tria.begin_active()->set_refine_flag (RefinementCase<dim>::cut_x);
 
   do_boundary (tria);
-  
+
   FESystem<dim,spacedim> fe (FE_Q<dim,spacedim>(2),dim,
                             FE_Q<dim,spacedim>(1),1);
 
   DoFHandler<dim,spacedim> dof_1 (tria);
   DoFHandler<dim,spacedim> dof_2 (tria);
-  
+
   dof_1.distribute_dofs (fe);
   dof_2.distribute_dofs (fe);
-  
+
   // right now, both DoFHandlers are the same. Renumber one of the them
   DoFRenumbering::Cuthill_McKee (dof_1);
-  
+
   verify (dof_1, dof_2);
 }
 
@@ -182,6 +182,6 @@ int main ()
   test<2,2> ();
   test<2,3> ();
   test<3,3> ();
-    
+
   deallog << "OK" << 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.