]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a missing template instantiation. 3506/head
authorDavid Wells <wellsd2@rpi.edu>
Tue, 8 Nov 2016 19:14:32 +0000 (14:14 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Tue, 8 Nov 2016 19:18:37 +0000 (14:18 -0500)
source/lac/petsc_parallel_sparse_matrix.cc

index 438d7a4c3cad99c5b3aa7574055cb78ae7fd27c6..2d0e365e119173a46ed59b7470b78bc7d516512b 100644 (file)
@@ -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 &,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.