]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate CellAttachedData and CellAttachedDataSerializer 15700/head
authorPeter Munch <peterrmuench@gmail.com>
Mon, 10 Jul 2023 08:37:37 +0000 (10:37 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Mon, 10 Jul 2023 09:13:44 +0000 (11:13 +0200)
source/grid/tria.inst.in

index e5b70f5e0b47f43df6b40b72dd9d75d5179e1c3a..642bf33decfa1bbb26a4f7ab5187424feb33f256 100644 (file)
@@ -19,5 +19,9 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
   {
 #if deal_II_dimension <= deal_II_space_dimension
     template class Triangulation<deal_II_dimension, deal_II_space_dimension>;
+    template struct internal::CellAttachedData<deal_II_dimension,
+                                               deal_II_space_dimension>;
+    template class internal::
+      CellAttachedDataSerializer<deal_II_dimension, deal_II_space_dimension>;
 #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.