From: Matthias Maier Date: Tue, 9 Jun 2020 01:56:11 +0000 (-0500) Subject: add missing instantiations X-Git-Tag: v9.3.0-rc1~1473^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357d4ccd17606e1e6b7b49549a4c4be9f870b1ef;p=dealii.git add missing instantiations --- diff --git a/source/lac/affine_constraints.cc b/source/lac/affine_constraints.cc index dd160ed092..04ebc8ea52 100644 --- a/source/lac/affine_constraints.cc +++ b/source/lac/affine_constraints.cc @@ -125,6 +125,14 @@ INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(TrilinosWrappers::BlockSparseMatrix, INSTANTIATE_DLTG_MATRIX(TrilinosWrappers::SparseMatrix); INSTANTIATE_DLTG_MATRIX(TrilinosWrappers::BlockSparseMatrix); + +# ifdef DEAL_II_TRILINOS_WITH_TPETRA +// FIXME: This mixed variant is needed for multigrid and matrix free. +template void +dealii::AffineConstraints::distribute< + dealii::LinearAlgebra::TpetraWrappers::Vector>( + dealii::LinearAlgebra::TpetraWrappers::Vector &) const; +# endif #endif /*