46 #ifndef MUELU_AGGREGATIONALGORITHMBASE_HPP_ 47 #define MUELU_AGGREGATIONALGORITHMBASE_HPP_ 54 #include "MueLu_Aggregates.hpp" 66 template <
class LocalOrdinal = int,
67 class GlobalOrdinal = LocalOrdinal,
68 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
70 #undef MUELU_AGGREGATIONALGORITHMBASE_SHORT 86 virtual void BuildAggregates(
const Teuchos::ParameterList& params,
const GraphBase& graph,
Aggregates& aggregates, std::vector<unsigned>& aggStat, LO& numNonAggregatedNodes)
const = 0;
93 #define MUELU_AGGREGATIONALGORITHMBASE_SHORT Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
Namespace for MueLu classes and methods.
virtual ~AggregationAlgorithmBase()
Destructor.
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.