From: David Wells Date: Tue, 8 Nov 2016 19:14:32 +0000 (-0500) Subject: Add a missing template instantiation. X-Git-Tag: v8.5.0-rc1~428^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3506%2Fhead;p=dealii.git Add a missing template instantiation. --- diff --git a/source/lac/petsc_parallel_sparse_matrix.cc b/source/lac/petsc_parallel_sparse_matrix.cc index 438d7a4c3c..2d0e365e11 100644 --- a/source/lac/petsc_parallel_sparse_matrix.cc +++ b/source/lac/petsc_parallel_sparse_matrix.cc @@ -720,6 +720,13 @@ namespace PETScWrappers const unsigned int, const bool); + template void + SparseMatrix:: + reinit (const IndexSet &, + const IndexSet &, + const SparsityPattern &, + const MPI_Comm &); + template void SparseMatrix:: reinit (const IndexSet &, @@ -740,6 +747,12 @@ namespace PETScWrappers const unsigned int , const bool); + template void + SparseMatrix:: + do_reinit (const IndexSet &, + const IndexSet &, + const SparsityPattern &); + template void SparseMatrix:: do_reinit (const IndexSet &,