46 #ifndef MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP
47 #define MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP
50 #ifdef HAVE_MUELU_KOKKOS_REFACTOR
52 #include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
57 #include "MueLu_Aggregates_kokkos.hpp"
58 #include "MueLu_LWGraph_kokkos.hpp"
69 template <
class LocalOrdinal = int,
70 class GlobalOrdinal = LocalOrdinal,
72 class AggregationAlgorithmBase_kokkos :
public BaseClass {
73 #undef MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_SHORT
77 typedef typename LWGraph_kokkos::local_graph_type::device_type::execution_space execution_space;
78 typedef typename LWGraph_kokkos::local_graph_type::device_type::memory_space memory_space;
84 virtual ~AggregationAlgorithmBase_kokkos() {}
93 const LWGraph_kokkos& graph,
94 Aggregates_kokkos& aggregates,
95 std::vector<unsigned>& aggStat,
96 LO& numNonAggregatedNodes)
const = 0;
102 #define MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_SHORT
103 #endif // HAVE_MUELU_KOKKOS_REFACTOR
104 #endif // MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP