53 #ifndef MUELU_INTERFACEAGGREGATIONALGORITHM_DECL_HPP_
54 #define MUELU_INTERFACEAGGREGATIONALGORITHM_DECL_HPP_
86 #undef MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT
115 #define MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
Algorithm for coarsening a graph with uncoupled aggregation. creates aggregates along an interface us...
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void BuildAggregates(Teuchos::ParameterList const ¶ms, GraphBase const &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
MueLu representation of a graph.
InterfaceAggregationAlgorithm(RCP< const FactoryBase > const &graphFact=Teuchos::null)
Constructor.
virtual ~InterfaceAggregationAlgorithm()
Destructor.