46#ifndef MUELU_AGGREGATIONPHASE2AALGORITHM_DECL_HPP
47#define MUELU_AGGREGATIONPHASE2AALGORITHM_DECL_HPP
51#include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
88#undef MUELU_AGGREGATIONPHASE2AALGORITHM_KOKKOS_SHORT
116 Kokkos::View<unsigned*, device_type>& aggStat,
117 LO& numNonAggregatedNodes)
const;
122 Kokkos::View<unsigned*, device_type>& aggStat,
123 LO& numNonAggregatedNodes)
const;
128 Kokkos::View<unsigned*, device_type>& aggStat,
129 LO& numNonAggregatedNodes)
const;
132 std::string
description()
const {
return "Phase 2a (secondary)"; }
137#define MUELU_AGGREGATIONPHASE2AALGORITHM_KOKKOS_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void BuildAggregatesRandom(const Teuchos::ParameterList ¶ms, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
void BuildAggregatesDeterministic(const Teuchos::ParameterList ¶ms, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
std::string description() const
Return a simple one-line description of this object.
void BuildAggregates(const Teuchos::ParameterList ¶ms, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
typename LWGraph_kokkos::memory_space memory_space
typename LWGraph_kokkos::device_type device_type
AggregationPhase2aAlgorithm_kokkos(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
typename LWGraph_kokkos::execution_space execution_space
virtual ~AggregationPhase2aAlgorithm_kokkos()
Destructor.
Lightweight MueLu representation of a compressed row storage graph.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode