46 #ifndef MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_DECL_HPP
47 #define MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_DECL_HPP
50 #ifdef HAVE_MUELU_KOKKOS_REFACTOR
52 #include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
59 #include "MueLu_LWGraph_kokkos.hpp"
83 class OnePtAggregationAlgorithm_kokkos :
84 public MueLu::AggregationAlgorithmBase_kokkos<LocalOrdinal,GlobalOrdinal,Node> {
85 #undef MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_SHORT
93 OnePtAggregationAlgorithm_kokkos(RCP<const FactoryBase>
const &graphFact = Teuchos::null);
96 virtual ~OnePtAggregationAlgorithm_kokkos() { }
106 void BuildAggregates(Teuchos::ParameterList
const & params,
107 LWGraph_kokkos
const & graph,
108 Aggregates_kokkos & aggregates,
110 LO& numNonAggregatedNodes)
const;
118 #define MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode