]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide more instantiations 18277/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 24 Mar 2025 12:58:24 +0000 (08:58 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 24 Mar 2025 15:18:24 +0000 (11:18 -0400)
source/lac/la_parallel_vector.cc

index df2960568580374ecc68e34ed426e1121ac862fa..5a0da272901973c315a285efd2b3ad5db7637a5c 100644 (file)
@@ -87,6 +87,21 @@ namespace LinearAlgebra
     Vector<double, ::dealii::MemorySpace::Default>::reinit<double>(
       const Vector<double, ::dealii::MemorySpace::Default> &,
       const bool);
+
+    template float
+    Vector<float, ::dealii::MemorySpace::Default>::inner_product_local<float>(
+      const Vector<float, ::dealii::MemorySpace::Default> &) const;
+    template double
+    Vector<double, ::dealii::MemorySpace::Default>::inner_product_local<double>(
+      const Vector<double, ::dealii::MemorySpace::Default> &) const;
+
+    template void
+    Vector<float, ::dealii::MemorySpace::Default>::copy_locally_owned_data_from<
+      float>(const Vector<float, ::dealii::MemorySpace::Default> &);
+    template void
+    Vector<double, ::dealii::MemorySpace::Default>::
+      copy_locally_owned_data_from<double>(
+        const Vector<double, ::dealii::MemorySpace::Default> &);
 #endif
   } // 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.