MueLu
Version of the Day
|
#include <MueLu_AggregationStructuredAlgorithm_decl.hpp>
Public Member Functions | |
fillAggregatesFunctor (RCP< IndexManager_kokkos > geoData, const int myRank, Kokkos::View< unsigned *, device_type > 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 *, device_type > | aggStat_ |
LOVectorView | vertex2AggID_ |
LOVectorView | procWinner_ |
Definition at line 109 of file MueLu_AggregationStructuredAlgorithm_decl.hpp.
MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::fillAggregatesFunctor | ( | RCP< IndexManager_kokkos > | geoData, |
const int | myRank, | ||
Kokkos::View< unsigned *, device_type > | aggStat, | ||
LOVectorView | vertex2AggID, | ||
LOVectorView | procWinner | ||
) |
Definition at line 524 of file MueLu_AggregationStructuredAlgorithm_def.hpp.
KOKKOS_INLINE_FUNCTION void MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::operator() | ( | const LO | nodeIdx, |
LO & | lNumAggregatedNodes | ||
) | const |
Definition at line 537 of file MueLu_AggregationStructuredAlgorithm_def.hpp.
IndexManager_kokkos MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::geoData_ |
Definition at line 110 of file MueLu_AggregationStructuredAlgorithm_decl.hpp.
const int MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::myRank_ |
Definition at line 111 of file MueLu_AggregationStructuredAlgorithm_decl.hpp.
Kokkos::View<unsigned*, device_type> MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::aggStat_ |
Definition at line 112 of file MueLu_AggregationStructuredAlgorithm_decl.hpp.
LOVectorView MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::vertex2AggID_ |
Definition at line 113 of file MueLu_AggregationStructuredAlgorithm_decl.hpp.
LOVectorView MueLu::AggregationStructuredAlgorithm< LocalOrdinal, GlobalOrdinal, Node >::fillAggregatesFunctor::procWinner_ |
Definition at line 114 of file MueLu_AggregationStructuredAlgorithm_decl.hpp.