46#ifndef MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_DECL_HPP
47#define MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_DECL_HPP
51#include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
58#include "MueLu_LWGraph_kokkos.hpp"
84#undef MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_SHORT
110 Kokkos::View<unsigned*, device_type>& aggStat,
111 LO& numNonAggregatedNodes)
const;
119#define MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Lightweight MueLu representation of a compressed row storage graph.
typename LWGraph_kokkos::memory_space memory_space
void BuildAggregates(Teuchos::ParameterList const ¶ms, LWGraph_kokkos const &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
virtual ~OnePtAggregationAlgorithm_kokkos()
Destructor.
typename LWGraph_kokkos::device_type device_type
OnePtAggregationAlgorithm_kokkos(RCP< const FactoryBase > const &graphFact=Teuchos::null)
Constructor.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode