]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename namespace. Add some more documentation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 7 Nov 2013 20:27:45 +0000 (20:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 7 Nov 2013 20:27:45 +0000 (20:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@31576 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/graph_coloring_01.cc
tests/base/graph_coloring_02.cc
tests/base/graph_coloring_02a.cc
tests/base/graph_coloring_03.cc
tests/base/graph_coloring_04.cc
tests/base/graph_coloring_05.cc

index ed4be3f13779d0be7cdeb93562ebde332bd8dd72..752e50034d80d7f8912d7c8ad4ffd57a03abfe5c 100644 (file)
@@ -57,7 +57,7 @@ void check()
   // Create the coloring
   typename DoFHandler<dim>::active_cell_iterator cell(dof_handler.begin_active());
   std::vector<std::vector<typename DoFHandler<dim>::active_cell_iterator> > coloring(
-      graph_coloring::make_graph_coloring(cell,dof_handler.end(),
+      GraphColoring::make_graph_coloring(cell,dof_handler.end(),
       std_cxx1x::function<std::vector<types::global_dof_index> (typename 
         DoFHandler<dim>::active_cell_iterator const &)> (&get_conflict_indices_cfem<dim>)));      
 
index 456732eb3656c52f36720d18c38e60cc315d5a49..b789d039d3f082bd821b81390322c2108cd52519 100644 (file)
@@ -67,7 +67,7 @@ void check()
 
   // Create the coloring
   std::vector<std::vector<typename DoFHandler<dim>::active_cell_iterator> > coloring(
-      graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
+      GraphColoring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
         std_cxx1x::function<std::vector<types::global_dof_index> (typename 
           DoFHandler<dim>::active_cell_iterator const &)> (&get_conflict_indices_cfem<dim>)));
 
index 274aa39979c10476cf1eb33cfa00949c75aeab26..c91af9dcb359ff90d97d8d6f61858f9dbfe3cdcd 100644 (file)
@@ -71,7 +71,7 @@ void check()
 
   // Create the coloring
   std::vector<std::vector<typename DoFHandler<dim>::active_cell_iterator> > coloring(
-      graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
+      GraphColoring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
         std_cxx1x::function<std::vector<types::global_dof_index> (typename
           DoFHandler<dim>::active_cell_iterator const &)> (&get_conflict_indices_cfem<dim>)));
 
index 3db85f0e9f2ced4bb9cc18a1e6209f7a8149e6eb..c354cd7ba14fdd3642fc63c463912ab160dc4f73 100644 (file)
@@ -69,7 +69,7 @@ void check()
 
   // Create the coloring
   std::vector<std::vector<typename hp::DoFHandler<dim>::active_cell_iterator> > coloring(
-      graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
+      GraphColoring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
         std_cxx1x::function<std::vector<types::global_dof_index> (typename 
           hp::DoFHandler<dim>::active_cell_iterator const &)> (&get_conflict_indices_cfem<dim>)));
 
index 901430bc8a95b00dcac68579bdb11ce5e6c38d22..9ff6fd11d2cf2881f10c2b15d09388e44ae5332c 100644 (file)
@@ -80,7 +80,7 @@ void check ()
       cell != stokes_dof_handler.end(); ++cell)
     cell->clear_user_flag ();
   std::vector<std::vector<typename DoFHandler<dim>::active_cell_iterator> > coloring 
-    = graph_coloring::make_graph_coloring(stokes_dof_handler.begin_active(),
+    = GraphColoring::make_graph_coloring(stokes_dof_handler.begin_active(),
         stokes_dof_handler.end(),
         std_cxx1x::function<std::vector<types::global_dof_index> (
           const typename DoFHandler<dim>::active_cell_iterator &)>(&get_conflict_indices<dim>));
index f3d92deb3d71f42c78e8d95f3d4f4bdc3fa90285..3961368d983639f857b750d858af26b3c3dbc38c 100644 (file)
@@ -68,7 +68,7 @@ void check()
 
   // Create the coloring
   std::vector<std::vector<typename DoFHandler<dim>::active_cell_iterator> > coloring(
-      graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
+      GraphColoring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
         std_cxx1x::function<std::vector<types::global_dof_index> (typename 
           DoFHandler<dim>::active_cell_iterator const &)> (&get_conflict_indices_cfem<dim>)));
 

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.