]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing instantiations
authorMatthias Maier <tamiko@43-1.org>
Wed, 9 Aug 2017 18:12:14 +0000 (13:12 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 9 Aug 2017 18:12:14 +0000 (13:12 -0500)
source/matrix_free/matrix_free.inst.in

index fe24f54f217f58619fc0c38f1637feae75695f13..8ab4b785b5fa8e9ab94cd300f01d245ef6b65552 100644 (file)
@@ -39,6 +39,12 @@ for (deal_II_dimension : DIMENSIONS)
     template void internal::MatrixFreeFunctions::ShapeInfo<float>::reinit
     <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
                         <deal_II_dimension,deal_II_dimension> &, const unsigned int);
+    template void internal::MatrixFreeFunctions::ShapeInfo<VectorizedArray<double> >::reinit
+    <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
+                        <deal_II_dimension,deal_II_dimension> &, const unsigned int);
+    template void internal::MatrixFreeFunctions::ShapeInfo<VectorizedArray<float > >::reinit
+    <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
+                        <deal_II_dimension,deal_II_dimension> &, const unsigned int);
 #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.