From: Daniel Arndt Date: Mon, 24 Mar 2025 12:58:24 +0000 (-0400) Subject: Provide more instantiations X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18277%2Fhead;p=dealii.git Provide more instantiations --- diff --git a/source/lac/la_parallel_vector.cc b/source/lac/la_parallel_vector.cc index df29605685..5a0da27290 100644 --- a/source/lac/la_parallel_vector.cc +++ b/source/lac/la_parallel_vector.cc @@ -87,6 +87,21 @@ namespace LinearAlgebra Vector::reinit( const Vector &, const bool); + + template float + Vector::inner_product_local( + const Vector &) const; + template double + Vector::inner_product_local( + const Vector &) const; + + template void + Vector::copy_locally_owned_data_from< + float>(const Vector &); + template void + Vector:: + copy_locally_owned_data_from( + const Vector &); #endif } // namespace distributed } // namespace LinearAlgebra