From 2c36c93ec42af1cefdb3db52e38eb7f332f8192c Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 21 May 2009 11:03:39 +0000 Subject: [PATCH] Manually add one more instantiation. git-svn-id: https://svn.dealii.org/trunk@18874 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/constraint_matrix.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/lac/source/constraint_matrix.cc b/deal.II/lac/source/constraint_matrix.cc index d5d26297f8..2605199cbd 100644 --- a/deal.II/lac/source/constraint_matrix.cc +++ b/deal.II/lac/source/constraint_matrix.cc @@ -2088,9 +2088,22 @@ distribute_local_to_global (const FullMatrix MATRIX_FUNCTIONS(SparseMatrix, Vector); MATRIX_FUNCTIONS(SparseMatrix, Vector); +template void ConstraintMatrix::distribute_local_to_global,Vector > +(const FullMatrix &, + const Vector &, + const std::vector &, + SparseMatrix &, + Vector &) const; MATRIX_FUNCTIONS(BlockSparseMatrix, BlockVector); MATRIX_FUNCTIONS(BlockSparseMatrix, BlockVector); +template void ConstraintMatrix::distribute_local_to_global,Vector > +(const FullMatrix &, + const Vector &, + const std::vector &, + BlockSparseMatrix &, + Vector &) const; + MATRIX_FUNCTIONS(SparseMatrixEZ, Vector); MATRIX_FUNCTIONS(SparseMatrixEZ, Vector); -- 2.39.5