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 100 #endif // MUELU_AGGREGATIONALGORITHMBASE_KOKKOS_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Lightweight MueLu representation of a compressed row storage graph.
virtual ~AggregationAlgorithmBase_kokkos()
Destructor.
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.
Namespace for MueLu classes and methods.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Base class for MueLu classes.
typename LWGraph_kokkos::device_type device_type