]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing instantiations for DoFTools::extract_hanging_node_dofs 9488/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 6 Feb 2020 18:42:18 +0000 (12:42 -0600)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 6 Feb 2020 18:42:18 +0000 (12:42 -0600)
source/dofs/dof_tools.inst.in

index ac6c95f6d431775f81549e53f2da2926678299a5..cbf2896b43cfb2376bd3e308e62724cf028667b2 100644 (file)
@@ -233,9 +233,11 @@ for (deal_II_dimension : DIMENSIONS)
       std::vector<bool> &,
       const std::set<types::boundary_id> &);
 
+    template IndexSet DoFTools::extract_hanging_node_dofs(
+      const DoFHandler<deal_II_dimension> &);
+
     template void DoFTools::extract_hanging_node_dofs(
-      const DoFHandler<deal_II_dimension> &dof_handler,
-      std::vector<bool> &                  selected_dofs);
+      const DoFHandler<deal_II_dimension> &, std::vector<bool> &);
 
     template void
     DoFTools::extract_subdomain_dofs<DoFHandler<deal_II_dimension>>(
@@ -500,10 +502,12 @@ for (deal_II_dimension : DIMENSIONS)
       const DoFHandler<deal_II_dimension, deal_II_dimension + 1> &,
       std::vector<types::global_dof_index> &);
 
+    template IndexSet DoFTools::extract_hanging_node_dofs(
+      const DoFHandler<deal_II_dimension, deal_II_dimension + 1> &);
 
     template void DoFTools::extract_hanging_node_dofs(
-      const DoFHandler<deal_II_dimension, deal_II_dimension + 1> &dof_handler,
-      std::vector<bool> &selected_dofs);
+      const DoFHandler<deal_II_dimension, deal_II_dimension + 1> &,
+      std::vector<bool> &);
 
     template void DoFTools::map_dof_to_boundary_indices<
       hp::DoFHandler<deal_II_dimension, deal_II_dimension + 1>>(
@@ -528,9 +532,11 @@ for (deal_II_dimension : DIMENSIONS)
     template void DoFTools::map_dof_to_boundary_indices<DoFHandler<1, 3>>(
       const DoFHandler<1, 3> &, std::vector<types::global_dof_index> &);
 
+    template IndexSet DoFTools::extract_hanging_node_dofs(
+      const DoFHandler<1, 3> &);
 
-    template void DoFTools::extract_hanging_node_dofs(
-      const DoFHandler<1, 3> &dof_handler, std::vector<bool> &selected_dofs);
+    template void DoFTools::extract_hanging_node_dofs(const DoFHandler<1, 3> &,
+                                                      std::vector<bool> &);
 
     template void DoFTools::map_dof_to_boundary_indices<hp::DoFHandler<1, 3>>(
       const hp::DoFHandler<1, 3> &,

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.