]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add one distribute_local_to_global instantiation. 14484/head
authorMarc Fehling <mafehling.git@gmail.com>
Sun, 27 Nov 2022 03:14:13 +0000 (20:14 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Sun, 27 Nov 2022 03:22:58 +0000 (20:22 -0700)
source/lac/affine_constraints.cc

index 4addd18d5f299c3eca9a92bc66b7b223490be305..86ee7dd8566ac5c2d2c0c6d418b04f3a4df1edc1 100644 (file)
@@ -130,6 +130,9 @@ INSTANTIATE_DLTG_VECTORMATRIX(TrilinosWrappers::SparseMatrix,
 
 INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(TrilinosWrappers::BlockSparseMatrix,
                                     Vector<double>);
+INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(
+  TrilinosWrappers::BlockSparseMatrix,
+  LinearAlgebra::distributed::BlockVector<double>);
 INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(TrilinosWrappers::BlockSparseMatrix,
                                     TrilinosWrappers::MPI::BlockVector);
 

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.