46 #ifndef MUELU_AGGREGATIONPHASE1ALGORITHM_KOKKOS_DECL_HPP 47 #define MUELU_AGGREGATIONPHASE1ALGORITHM_KOKKOS_DECL_HPP 51 #include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp> 58 #include "MueLu_LWGraph_kokkos.hpp" 90 #undef MUELU_AGGREGATIONPHASE1ALGORITHM_KOKKOS_SHORT 118 Kokkos::View<unsigned*, device_type>& aggStat,
119 LO& numNonAggregatedNodes)
const;
124 Kokkos::View<unsigned*, device_type>& aggStat,
125 LO& numNonAggregatedNodes)
const;
130 Kokkos::View<unsigned*, device_type>& aggStat,
131 LO& numNonAggregatedNodes)
const;
140 #define MUELU_AGGREGATIONPHASE1ALGORITHM_KOKKOS_SHORT 141 #endif // MUELU_AGGREGATIONPHASE1ALGORITHM_KOKKOS_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Lightweight MueLu representation of a compressed row storage graph.
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::execution_space execution_space
Namespace for MueLu classes and methods.
void BuildAggregatesDeterministic(const LO maxAggSize, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
virtual ~AggregationPhase1Algorithm_kokkos()
Destructor.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void BuildAggregatesRandom(const LO maxAggSize, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
typename LWGraph_kokkos::device_type device_type
AggregationPhase1Algorithm_kokkos(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
std::string description() const
Return a simple one-line description of this object.
typename LWGraph_kokkos::memory_space memory_space