53 #ifndef MUELU_INTERFACEAGGREGATIONALGORITHM_DECL_HPP_
54 #define MUELU_INTERFACEAGGREGATIONALGORITHM_DECL_HPP_
81 template <
class LocalOrdinal = int,
82 class GlobalOrdinal = LocalOrdinal,
83 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
86 #undef MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT
107 void BuildAggregates(Teuchos::ParameterList
const & params,
GraphBase const & graph,
Aggregates & aggregates, std::vector<unsigned>& aggStat, LO& numNonAggregatedNodes)
const;
115 #define MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT