Go to the documentation of this file.
46 #ifndef MUELU_AGGREGATIONSTRUCTUREDALGORITHM_DECL_HPP_
47 #define MUELU_AGGREGATIONSTRUCTUREDALGORITHM_DECL_HPP_
82 #undef MUELU_AGGREGATIONSTRUCTUREDALGORITHM_SHORT
104 Aggregates& aggregates, std::vector<unsigned>& aggStat,
105 LO& numNonAggregatedNodes)
const;
110 RCP<CrsGraph>& myGraph, RCP<const Map>& coarseCoordinatesFineMap,
111 RCP<const Map>& coarseCoordinatesMap)
const;
119 const LO dofsPerNode,
const int numInterpolationPoints,
120 ArrayRCP<size_t>& nnzOnRow, Array<size_t>& rowPtr,
121 Array<LO>& colIndex)
const;
124 const LO dofsPerNode,
const int numInterpolationPoints,
125 ArrayRCP<size_t>& nnzOnRow, Array<size_t>& rowPtr,
126 Array<LO>& colIndex)
const;
132 #define MUELU_AGGREGATIONSTRUCTUREDALGORITHM_SHORT
DASHPOS string(SUBSTRING ${CLASS} 0 ${DASHPOS} CLASS_NAME) set(CONDITION_NAME "") set(CONDITION_NAME_END "") string(SUBSTRING $
Pure virtual base class for all MueLu aggregation algorithms.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
virtual ~AggregationStructuredAlgorithm()
Destructor.
Namespace for MueLu classes and methods.
Algorithm for coarsening a graph with structured aggregation.
MueLu representation of a graph.
AggregationStructuredAlgorithm(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
Container class for aggregation information.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void BuildGraph(const GraphBase &graph, RCP< IndexManager > &geoData, const LO dofsPerNode, RCP< CrsGraph > &myGraph, RCP< const Map > &coarseCoordinatesFineMap, RCP< const Map > &coarseCoordinatesMap) const
Local aggregation.
void ComputeGraphDataConstant(const GraphBase &graph, RCP< IndexManager > &geoData, const LO dofsPerNode, const int numInterpolationPoints, ArrayRCP< size_t > &nnzOnRow, Array< size_t > &rowPtr, Array< LO > &colIndex) const
void ComputeGraphDataLinear(const GraphBase &graph, RCP< IndexManager > &geoData, const LO dofsPerNode, const int numInterpolationPoints, ArrayRCP< size_t > &nnzOnRow, Array< size_t > &rowPtr, Array< LO > &colIndex) const
void BuildAggregates(const Teuchos::ParameterList ¶ms, const GraphBase &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
std::string description() const
Return a simple one-line description of this object.
MueLu::DefaultLocalOrdinal LocalOrdinal