46 #ifndef MUELU_AGGREGATIONALGORITHMBASE_HPP_
47 #define MUELU_AGGREGATIONALGORITHMBASE_HPP_
54 #include "MueLu_Aggregates.hpp"
70 #undef MUELU_AGGREGATIONALGORITHMBASE_SHORT
89 std::vector<unsigned>& aggStat,
90 LO& numNonAggregatedNodes)
const = 0;
97 #define MUELU_AGGREGATIONALGORITHMBASE_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
virtual ~AggregationAlgorithmBase()
Destructor.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu representation of a graph.
Base class for MueLu classes.
virtual void BuildAggregates(const Teuchos::ParameterList ¶ms, const GraphBase &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const =0
BuildAggregates routine.