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"
72 class AggregationAlgorithmBase_kokkos :
public BaseClass {
73 #undef MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_SHORT
76 using memory_space =
typename LWGraph_kokkos::memory_space;
82 virtual ~AggregationAlgorithmBase_kokkos() {}
91 const LWGraph_kokkos& graph,
92 Aggregates_kokkos& aggregates,
94 LO& numNonAggregatedNodes)
const = 0;
100 #define MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_SHORT
101 #endif // HAVE_MUELU_KOKKOS_REFACTOR
102 #endif // MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
MueLu::DefaultGlobalOrdinal GlobalOrdinal