INSTANTIATE_DLTG_VECTOR(TrilinosWrappers::MPI::Vector);
INSTANTIATE_DLTG_VECTORMATRIX(TrilinosWrappers::SparseMatrix, Vector<double>);
+INSTANTIATE_DLTG_VECTORMATRIX(TrilinosWrappers::SparseMatrix,
+ LinearAlgebra::distributed::Vector<double>);
INSTANTIATE_DLTG_VECTORMATRIX(TrilinosWrappers::SparseMatrix,
TrilinosWrappers::MPI::Vector);
std::integral_constant<bool, false>) const;
}
-// TrilinosWrappers::SparseMatrix:
-
-for (T : DEAL_II_VEC_TEMPLATES)
- {
-#ifdef DEAL_II_WITH_TRILINOS
- template void AffineConstraints<double>::distribute_local_to_global<
- TrilinosWrappers::SparseMatrix,
- LinearAlgebra::distributed::T<double>>(
- const FullMatrix<double> &,
- const Vector<double> &,
- const std::vector<size_type> &,
- TrilinosWrappers::SparseMatrix &,
- LinearAlgebra::distributed::T<double> &,
- bool,
- std::integral_constant<bool, false>) const;
-#endif
- }
-
// BlockSparseMatrix:
for (S : REAL_AND_COMPLEX_SCALARS)