|
MueLu
Version of the Day
|
#include <MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp>
Public Member Functions | |
| fillAggregatesFunctor (RCP< IndexManager_kokkos > geoData, const int myRank, Kokkos::View< unsigned *, memory_space > aggStat, LOVectorView vertex2AggID, LOVectorView procWinner) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const LO nodeIdx, LO &lNumAggregatedNodes) const |
Public Attributes | |
| IndexManager_kokkos | geoData_ |
| const int | myRank_ |
| Kokkos::View< unsigned *, memory_space > | aggStat_ |
| LOVectorView | vertex2AggID_ |
| LOVectorView | procWinner_ |
Definition at line 129 of file MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp.
| MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::fillAggregatesFunctor | ( | RCP< IndexManager_kokkos > | geoData, |
| const int | myRank, | ||
| Kokkos::View< unsigned *, memory_space > | aggStat, | ||
| LOVectorView | vertex2AggID, | ||
| LOVectorView | procWinner | ||
| ) |
Definition at line 208 of file MueLu_AggregationStructuredAlgorithm_kokkos_def.hpp.
| KOKKOS_INLINE_FUNCTION void MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::operator() | ( | const LO | nodeIdx, |
| LO & | lNumAggregatedNodes | ||
| ) | const |
Definition at line 219 of file MueLu_AggregationStructuredAlgorithm_kokkos_def.hpp.
| IndexManager_kokkos MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::geoData_ |
Definition at line 131 of file MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp.
| const int MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::myRank_ |
Definition at line 132 of file MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp.
| Kokkos::View<unsigned*, memory_space> MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::aggStat_ |
Definition at line 133 of file MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp.
| LOVectorView MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::vertex2AggID_ |
Definition at line 134 of file MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp.
| LOVectorView MueLu::AggregationStructuredAlgorithm_kokkos< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::procWinner_ |
Definition at line 135 of file MueLu_AggregationStructuredAlgorithm_kokkos_decl.hpp.