From: Martin Kronbichler Date: Thu, 21 May 2009 11:03:39 +0000 (+0000) Subject: Manually add one more instantiation. X-Git-Tag: v8.0.0~7663 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c36c93ec42af1cefdb3db52e38eb7f332f8192c;p=dealii.git Manually add one more instantiation. git-svn-id: https://svn.dealii.org/trunk@18874 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);