16 #include <deal.II/base/mpi_consensus_algorithms.templates.h>
24 namespace ConsensusAlgorithms
26 template class Process<unsigned int, unsigned int>;
28 template class NBX<unsigned int, unsigned int>;
30 template class PEX<unsigned int, unsigned int>;
32 template class Selector<unsigned int, unsigned int>;
35 template class Process<
36 std::pair<types::global_dof_index, types::global_dof_index>,
39 template class Selector<
40 std::pair<types::global_dof_index, types::global_dof_index>,
44 std::pair<types::global_dof_index, types::global_dof_index>,
48 std::pair<types::global_dof_index, types::global_dof_index>,