46#ifndef MUELU_AGGREGATIONPHASE2AALGORITHM_DECL_HPP_
47#define MUELU_AGGREGATIONPHASE2AALGORITHM_DECL_HPP_
86#undef MUELU_AGGREGATIONPHASE2AALGORITHM_SHORT
110 std::string
description()
const {
return "Phase 2a (secondary)"; }
115#define MUELU_AGGREGATIONPHASE2AALGORITHM_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
Among unaggregated points, see if we can make a reasonable size aggregate out of it.
virtual ~AggregationPhase2aAlgorithm()
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.
AggregationPhase2aAlgorithm(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
MueLu representation of a graph.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode