From: Peter Munch Date: Fri, 6 Mar 2020 07:30:05 +0000 (+0100) Subject: Instantiate all ConsensusAlgorithm components X-Git-Tag: v9.2.0-rc1~449^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9630%2Fhead;p=dealii.git Instantiate all ConsensusAlgorithm components --- diff --git a/source/base/mpi_consensus_algorithm.cc b/source/base/mpi_consensus_algorithm.cc index b4ecfb91bf..b5ce9f544b 100644 --- a/source/base/mpi_consensus_algorithm.cc +++ b/source/base/mpi_consensus_algorithm.cc @@ -24,6 +24,10 @@ namespace Utilities { template class ConsensusAlgorithmProcess; + template class ConsensusAlgorithm_NBX; + + template class ConsensusAlgorithm_PEX; + template class ConsensusAlgorithmSelector; @@ -35,6 +39,14 @@ namespace Utilities std::pair, unsigned int>; + template class ConsensusAlgorithm_NBX< + std::pair, + unsigned int>; + + template class ConsensusAlgorithm_PEX< + std::pair, + unsigned int>; + } // end of namespace MPI } // end of namespace Utilities