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
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
virtual ~AggregationAlgorithmBase()
Destructor.
virtual void BuildAggregates(const Teuchos::ParameterList ¶ms, const GraphBase &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const =0
BuildAggregates routine.
Base class for MueLu classes.
MueLu representation of a graph.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode