]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Also instantiate members of DoFRenumbering::boost for hp::DoFHandler.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Dec 2009 21:56:26 +0000 (21:56 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Dec 2009 21:56:26 +0000 (21:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@20245 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc
deal.II/doc/news/changes.h

index 118e272d2c38646f4d7833935b22aa0bb0aa6b5c..58bf0d7ba1df4a9bf781f8cd41c694845aaf35e8 100644 (file)
@@ -1536,6 +1536,34 @@ namespace DoFRenumbering
     void
     compute_minimum_degree (std::vector<unsigned int> &,
                            const DoFHandler<deal_II_dimension> &, bool, bool);
+
+
+    template
+    void
+    Cuthill_McKee (hp::DoFHandler<deal_II_dimension> &, bool, bool);
+
+    template
+    void
+    compute_Cuthill_McKee (std::vector<unsigned int> &,
+                          const hp::DoFHandler<deal_II_dimension> &, bool, bool);
+
+    template
+    void
+    king_ordering (hp::DoFHandler<deal_II_dimension> &, bool, bool);
+
+    template
+    void
+    compute_king_ordering (std::vector<unsigned int> &,
+                          const hp::DoFHandler<deal_II_dimension> &, bool, bool);
+
+    template
+    void
+    minimum_degree (hp::DoFHandler<deal_II_dimension> &, bool, bool);
+
+    template
+    void
+    compute_minimum_degree (std::vector<unsigned int> &,
+                           const hp::DoFHandler<deal_II_dimension> &, bool, bool);
   }
 
 
index fed69965bed6d548c4d176ef130e0fed9ad61c11..7c73f506c200011533a3051733896463ff2068b7 100644 (file)
@@ -533,11 +533,20 @@ inconvenience this causes.
 <ol>
   <li>
   <p>
-  Fixed: The functions DoFTools::count_dofs_per_component and DoFTools::extract_dofs 
-  produced wrong results for elements that consist of two or more nested FESystems. 
-  Moreoever, a bug in DoFTools::extract_constant_modes has been corrected and 
-  DoFTools::distribute_cell_to_dof_vector now works according to the documentation, 
-  namely leaving unselected components in the result vector unchanged, instead of 
+  New: The functions in namespace DoFRenumbering::boost are now also compiled for
+  hp::DoFHandler arguments.
+  <br>
+  (WB 2009/12/14)
+  </p>
+  </li>
+
+  <li>
+  <p>
+  Fixed: The functions DoFTools::count_dofs_per_component and DoFTools::extract_dofs
+  produced wrong results for elements that consist of two or more nested FESystems.
+  Moreoever, a bug in DoFTools::extract_constant_modes has been corrected and
+  DoFTools::distribute_cell_to_dof_vector now works according to the documentation,
+  namely leaving unselected components in the result vector unchanged, instead of
   setting these to zero as was done before.
   <br>
   (Martin Kronbichler 2009/12/14)

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.