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