47#ifndef MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_DECL_HPP_
48#define MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_DECL_HPP_
84#undef MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_SHORT
114#define MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
MueLu representation of a graph.
Ignores isolated nodes during aggregation. Marks the node to be "aggregated" without adding real aggr...
virtual ~IsolatedNodeAggregationAlgorithm()
Destructor.
std::string description() const
Return a simple one-line description of this object.
void BuildAggregates(const ParameterList ¶ms, const GraphBase &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
IsolatedNodeAggregationAlgorithm(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode