]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Also mark some variable instantiations as 'extern'.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 18 Jan 2023 22:41:11 +0000 (15:41 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 19 Jan 2023 18:41:20 +0000 (11:41 -0700)
include/deal.II/hp/mapping_collection.h

index 594b5045b6a83af1d5295f3e1f9fca715f097c2a..4774d6241055af1c82f1a6431ba8b3b5f81638d6 100644 (file)
@@ -192,6 +192,19 @@ namespace hp
   extern template struct StaticMappingQ1<2, 2>;
   extern template struct StaticMappingQ1<2, 3>;
   extern template struct StaticMappingQ1<3, 3>;
+
+  extern template MappingCollection<1, 1>
+    StaticMappingQ1<1, 1>::mapping_collection;
+  extern template MappingCollection<1, 2>
+    StaticMappingQ1<1, 2>::mapping_collection;
+  extern template MappingCollection<1, 3>
+    StaticMappingQ1<1, 3>::mapping_collection;
+  extern template MappingCollection<2, 2>
+    StaticMappingQ1<2, 2>::mapping_collection;
+  extern template MappingCollection<2, 3>
+    StaticMappingQ1<2, 3>::mapping_collection;
+  extern template MappingCollection<3, 3>
+    StaticMappingQ1<3, 3>::mapping_collection;
 #endif
 
 } // namespace hp

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.