From b999d091b2e75abe303b30a57e526a31bd67caa8 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 8 Nov 2016 14:14:32 -0500 Subject: [PATCH] Add a missing template instantiation. --- source/lac/petsc_parallel_sparse_matrix.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 &, -- 2.39.5