]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add some missing instantiations
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Dec 2022 17:39:21 +0000 (12:39 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Dec 2022 22:13:15 +0000 (17:13 -0500)
source/lac/la_parallel_vector_cuda.cc

index 83599fa2a2a454a4a8211dfb9f29f56a4be8534c..76dc6c01ebb9dc9e8e2e9a88881b0f0e2f0d4e98 100644 (file)
@@ -26,6 +26,7 @@ namespace LinearAlgebra
   {
     template class Vector<float, ::dealii::MemorySpace::Device>;
     template class Vector<double, ::dealii::MemorySpace::Device>;
+
     template void
     Vector<float, ::dealii::MemorySpace::Host>::import<
       ::dealii::MemorySpace::Device>(
@@ -58,6 +59,15 @@ namespace LinearAlgebra
       ::dealii::MemorySpace::Device>(
       const Vector<double, ::dealii::MemorySpace::Device> &,
       VectorOperation::values);
+
+    template void
+    Vector<float, ::dealii::MemorySpace::Device>::reinit<float>(
+      const Vector<float, ::dealii::MemorySpace::Device> &,
+      const bool);
+    template void
+    Vector<double, ::dealii::MemorySpace::Device>::reinit<double>(
+      const Vector<double, ::dealii::MemorySpace::Device> &,
+      const bool);
   } // namespace distributed
 } // namespace LinearAlgebra
 

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.