]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add instantiation to for off-diagonal contributions to DiagonalMatrix 14904/head
authorMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Thu, 16 Mar 2023 16:45:13 +0000 (17:45 +0100)
committerMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Thu, 16 Mar 2023 16:48:12 +0000 (17:48 +0100)
source/lac/affine_constraints.inst.in

index 16d8a609c13ed9939f8cd085fd833f2e8ef446f6..ea6840901dc33cabbd3f380d59c97f7e574f9d28 100644 (file)
@@ -139,6 +139,13 @@ for (S : REAL_AND_COMPLEX_SCALARS; T : DEAL_II_VEC_TEMPLATES)
       const std::vector<size_type> &,
       DiagonalMatrix<LinearAlgebra::distributed::T<S>> &) const;
 
+    template void AffineConstraints<S>::distribute_local_to_global<
+      DiagonalMatrix<LinearAlgebra::distributed::T<S>>>(
+      const FullMatrix<S> &,
+      const std::vector<size_type> &,
+      const std::vector<size_type> &,
+      DiagonalMatrix<LinearAlgebra::distributed::T<S>> &) const;
+
     template void AffineConstraints<S>::distribute_local_to_global<
       DiagonalMatrix<T<S>>,
       T<S>>(const FullMatrix<S> &,

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.