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 Serial<unsigned int, unsigned int>;
34 template class Selector<unsigned int, unsigned int>;
37 template class Process<
38 std::pair<types::global_dof_index, types::global_dof_index>,
41 template class Selector<
42 std::pair<types::global_dof_index, types::global_dof_index>,
46 std::pair<types::global_dof_index, types::global_dof_index>,
49 template class Serial<
50 std::pair<types::global_dof_index, types::global_dof_index>,
54 std::pair<types::global_dof_index, types::global_dof_index>,
57#ifdef DEAL_II_WITH_64BIT_INDICES
58 template class Process<types::global_dof_index, unsigned int>;
60 template class NBX<types::global_dof_index, unsigned int>;
62 template class Serial<types::global_dof_index, unsigned int>;
64 template class PEX<types::global_dof_index, unsigned int>;
66 template class Selector<types::global_dof_index, unsigned int>;
69 template class Process<char, char>;
71 template class NBX<char, char>;
73 template class PEX<char, char>;
75 template class Serial<char, char>;
77 template class Selector<char, char>;
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE