46#ifndef MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP
47#define MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP
51#include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
56#include "MueLu_Aggregates_kokkos.hpp"
57#include "MueLu_LWGraph_kokkos.hpp"
72#undef MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_SHORT
92 Kokkos::View<unsigned*, device_type>& aggStat,
93 LO& numNonAggregatedNodes)
const = 0;
99#define MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
virtual void BuildAggregates(const Teuchos::ParameterList ¶ms, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const =0
BuildAggregates routine.
virtual ~AggregationAlgorithmBase_kokkos()
Destructor.
typename LWGraph_kokkos::device_type device_type
Base class for MueLu classes.
Lightweight MueLu representation of a compressed row storage graph.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode