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 120 #endif // MUELU_ONEPTAGGREGATIONALGORITHM_KOKKOS_DECL_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Lightweight MueLu representation of a compressed row storage graph.
Namespace for MueLu classes and methods.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
virtual ~OnePtAggregationAlgorithm_kokkos()
Destructor.
void BuildAggregates(Teuchos::ParameterList const ¶ms, LWGraph_kokkos const &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
typename LWGraph_kokkos::device_type device_type
OnePtAggregationAlgorithm_kokkos(RCP< const FactoryBase > const &graphFact=Teuchos::null)
Constructor.
typename LWGraph_kokkos::memory_space memory_space