46 #ifndef MUELU_AGGREGATIONPHASE3ALGORITHM_KOKKOS_DECL_HPP 47 #define MUELU_AGGREGATIONPHASE3ALGORITHM_KOKKOS_DECL_HPP 51 #include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp> 83 #undef MUELU_AGGREGATIONPHASE3ALGORITHM_KOKKOS_SHORT 111 Kokkos::View<unsigned*, device_type>& aggStat,
112 LO& numNonAggregatedNodes)
const;
117 Kokkos::View<unsigned*, device_type>& aggStat,
118 LO& numNonAggregatedNodes)
const;
126 #define MUELU_AGGREGATIONPHASE3ALGORITHM_KOKKOS_SHORT 127 #endif // MUELU_AGGREGATIONPHASE3ALGORITHM_KOKKOS_DECL_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
std::string description() const
Return a simple one-line description of this object.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Lightweight MueLu representation of a compressed row storage graph.
Namespace for MueLu classes and methods.
virtual ~AggregationPhase3Algorithm_kokkos()
Destructor.
typename LWGraph_kokkos::memory_space memory_space
AggregationPhase3Algorithm_kokkos(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void BuildAggregatesRandom(const ParameterList ¶ms, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
typename LWGraph_kokkos::device_type device_type
void BuildAggregates(const 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