53#ifndef MUELU_INTERFACEAGGREGATIONALGORITHM_DECL_HPP_
54#define MUELU_INTERFACEAGGREGATIONALGORITHM_DECL_HPP_
86#undef MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT
107 void BuildAggregates(Teuchos::ParameterList
const & params,
GraphBase const & graph,
Aggregates & aggregates, std::vector<unsigned>& aggStat, LO& numNonAggregatedNodes)
const;
115#define MUELU_INTERFACEAGGREGATIONALGORITHM_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.
Algorithm for coarsening a graph with uncoupled aggregation. creates aggregates along an interface us...
virtual ~InterfaceAggregationAlgorithm()
Destructor.
void BuildAggregates(Teuchos::ParameterList const ¶ms, GraphBase const &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode