]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate all ConsensusAlgorithm components 9630/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 6 Mar 2020 07:30:05 +0000 (08:30 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 6 Mar 2020 07:30:05 +0000 (08:30 +0100)
source/base/mpi_consensus_algorithm.cc

index b4ecfb91bfbeddb0f3ddfd91dd04a4e8a82573e6..b5ce9f544bcd0cf45f5844aaa021b6d673c7d1a6 100644 (file)
@@ -24,6 +24,10 @@ namespace Utilities
   {
     template class ConsensusAlgorithmProcess<unsigned int, unsigned int>;
 
+    template class ConsensusAlgorithm_NBX<unsigned int, unsigned int>;
+
+    template class ConsensusAlgorithm_PEX<unsigned int, unsigned int>;
+
     template class ConsensusAlgorithmSelector<unsigned int, unsigned int>;
 
 
@@ -35,6 +39,14 @@ namespace Utilities
       std::pair<types::global_dof_index, types::global_dof_index>,
       unsigned int>;
 
+    template class ConsensusAlgorithm_NBX<
+      std::pair<types::global_dof_index, types::global_dof_index>,
+      unsigned int>;
+
+    template class ConsensusAlgorithm_PEX<
+      std::pair<types::global_dof_index, types::global_dof_index>,
+      unsigned int>;
+
   } // end of namespace MPI
 } // end of namespace Utilities
 

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.