Skip to content

Commit

Permalink
Instantiate all ConsensusAlgorithm components
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum committed Mar 6, 2020
1 parent 5c08959 commit 6cd384c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/base/mpi_consensus_algorithm.cc
Expand Up @@ -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>;


Expand All @@ -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

Expand Down

0 comments on commit 6cd384c

Please sign in to comment.