46 #ifndef MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_KOKKOS_DECL_HPP 47 #define MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_KOKKOS_DECL_HPP 51 #include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp> 58 #include "MueLu_LWGraph_kokkos.hpp" 85 #undef MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_KOKKOS_SHORT 111 Kokkos::View<unsigned*, device_type>& aggStat,
112 LO& numNonAggregatedNodes)
const;
121 #define MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_KOKKOS_SHORT 122 #endif // MUELU_ISOLATEDNODEAGGREGATIONALGORITHM_DECL_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Lightweight MueLu representation of a compressed row storage graph.
typename LWGraph_kokkos::memory_space memory_space
void BuildAggregates(const ParameterList ¶ms, const LWGraph_kokkos &graph, Aggregates_kokkos &aggregates, Kokkos::View< unsigned *, device_type > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.
Namespace for MueLu classes and methods.
virtual ~IsolatedNodeAggregationAlgorithm_kokkos()
Destructor.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
std::string description() const
Return a simple one-line description of this object.
IsolatedNodeAggregationAlgorithm_kokkos(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
typename LWGraph_kokkos::device_type device_type