]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing instantiations 12089/head
authorMatthias Maier <tamiko@43-1.org>
Sat, 24 Apr 2021 05:54:05 +0000 (00:54 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sat, 24 Apr 2021 06:00:20 +0000 (01:00 -0500)
source/dofs/dof_tools_sparsity.inst.in

index a5c3ec8a1eda9380bd3215392c5821847a98970a..d9fcdaea1f9bcb98cde9e708c192525fc8dc50d7 100644 (file)
@@ -117,6 +117,28 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS;
         const bool,
         const types::subdomain_id);
 
+    template void DoFTools::
+      make_flux_sparsity_pattern<deal_II_dimension, deal_II_dimension + 1, SP>(
+        const DoFHandler<deal_II_dimension, deal_II_dimension + 1> &dof,
+        SP &                                                        sparsity,
+        const AffineConstraints<S> &,
+        const bool,
+        const Table<2, Coupling> &,
+        const Table<2, Coupling> &,
+        const types::subdomain_id,
+        const std::function<bool(
+          const typename DoFHandler<deal_II_dimension, deal_II_dimension + 1>::
+            active_cell_iterator &,
+          const unsigned int)> &);
+
+    template void DoFTools::
+      make_flux_sparsity_pattern<deal_II_dimension, deal_II_dimension + 1, SP>(
+        const DoFHandler<deal_II_dimension, deal_II_dimension + 1> &dof,
+        SP &                                                        sparsity,
+        const AffineConstraints<S> &,
+        const bool,
+        const types::subdomain_id);
+
 #endif
 
 #if deal_II_dimension == 3
@@ -136,6 +158,25 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS;
       const bool,
       const types::subdomain_id);
 
+    template void DoFTools::make_flux_sparsity_pattern<1, 3, SP>(
+      const DoFHandler<1, 3> &dof,
+      SP &                    sparsity,
+      const AffineConstraints<S> &,
+      const bool,
+      const Table<2, Coupling> &,
+      const Table<2, Coupling> &,
+      const types::subdomain_id,
+      const std::function<
+        bool(const typename DoFHandler<1, 3>::active_cell_iterator &,
+             const unsigned int)> &);
+
+    template void DoFTools::make_flux_sparsity_pattern<1, 3, SP>(
+      const DoFHandler<1, 3> &dof,
+      SP &                    sparsity,
+      const AffineConstraints<S> &,
+      const bool,
+      const types::subdomain_id);
+
 #endif
   }
 

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.