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 115 #define MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
Namespace for MueLu classes and methods.
Algorithm for coarsening a graph with uncoupled aggregation. creates aggregates along an interface us...
MueLu representation of a graph.
void BuildAggregates(Teuchos::ParameterList const ¶ms, GraphBase const &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
InterfaceAggregationAlgorithm(RCP< const FactoryBase > const &graphFact=Teuchos::null)
Constructor.
virtual ~InterfaceAggregationAlgorithm()
Destructor.