From: Daniel Arndt Date: Thu, 8 Dec 2022 17:39:21 +0000 (-0500) Subject: Add some missing instantiations X-Git-Tag: v9.5.0-rc1~697^2~16 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c60824963434dab6ed485807af1f5e7cfcfd3d1;p=dealii.git Add some missing instantiations --- diff --git a/source/lac/la_parallel_vector_cuda.cc b/source/lac/la_parallel_vector_cuda.cc index 83599fa2a2..76dc6c01eb 100644 --- a/source/lac/la_parallel_vector_cuda.cc +++ b/source/lac/la_parallel_vector_cuda.cc @@ -26,6 +26,7 @@ namespace LinearAlgebra { template class Vector; template class Vector; + template void Vector::import< ::dealii::MemorySpace::Device>( @@ -58,6 +59,15 @@ namespace LinearAlgebra ::dealii::MemorySpace::Device>( const Vector &, VectorOperation::values); + + template void + Vector::reinit( + const Vector &, + const bool); + template void + Vector::reinit( + const Vector &, + const bool); } // namespace distributed } // namespace LinearAlgebra