]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing instantiations.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 3 Feb 2020 01:07:06 +0000 (18:07 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 5 Feb 2020 00:25:25 +0000 (17:25 -0700)
source/dofs/dof_tools.inst.in

index 70807154278a9b2bcf16891a9e528cfda0ee9b45..ac6c95f6d431775f81549e53f2da2926678299a5 100644 (file)
@@ -56,6 +56,7 @@ for (DoFHandler : DOFHANDLER_TEMPLATES;
           &                  dof_handler,
         const ComponentMask &components);
 
+      // deprecated versions of the count_dofs_per_*() functions
       template void
       count_dofs_per_component<
         DoFHandler<deal_II_dimension, deal_II_space_dimension>>(
@@ -71,6 +72,21 @@ for (DoFHandler : DOFHANDLER_TEMPLATES;
         std::vector<types::global_dof_index> &,
         const std::vector<unsigned int> &);
 
+      // new versions of the count_dofs_per_*() functions
+      template std::vector<types::global_dof_index>
+      count_dofs_per_fe_component<
+        DoFHandler<deal_II_dimension, deal_II_space_dimension>>(
+        const DoFHandler<deal_II_dimension, deal_II_space_dimension> &,
+        const bool,
+        const std::vector<unsigned int> &);
+
+      template std::vector<types::global_dof_index>
+      count_dofs_per_fe_block<
+        DoFHandler<deal_II_dimension, deal_II_space_dimension>>(
+        const DoFHandler<deal_II_dimension, deal_II_space_dimension> &,
+        const std::vector<unsigned int> &);
+
+
       template unsigned int
       count_dofs_on_patch<
         DoFHandler<deal_II_dimension, deal_II_space_dimension>>(

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.