46 #ifndef MUELU_AGGREGATIONSTRUCTUREDALGORITHM_DECL_HPP_
47 #define MUELU_AGGREGATIONSTRUCTUREDALGORITHM_DECL_HPP_
77 template <
class LocalOrdinal = int,
78 class GlobalOrdinal = LocalOrdinal,
79 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
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;
114 std::string
description()
const {
return "Aggretation: structured algorithm"; }
119 const int numInterpolationPoints, ArrayRCP<size_t>& nnzOnRow,
120 Array<size_t>& rowPtr, Array<LO>& colIndex)
const;
123 const int numInterpolationPoints, ArrayRCP<size_t>& nnzOnRow,
124 Array<size_t>& rowPtr, Array<LO>& colIndex)
const;
130 #define MUELU_AGGREGATIONSTRUCTUREDALGORITHM_SHORT