MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO > Class Template Reference

#include <MueLu_AggregationPhase2bAlgorithm_def.hpp>

Public Types

using value_type = LO[]
 

Public Member Functions

 CountUnggregatedByColor (AggStatType &aggStat_, ColorsType &colors_, LO numColors_)
 
KOKKOS_INLINE_FUNCTION void operator() (const LO i, LO counts[]) const
 

Public Attributes

LO value_count
 

Private Attributes

AggStatType aggStat
 
ColorsType colors
 

Detailed Description

template<class AggStatType, class ColorsType, class LO>
class MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >

Definition at line 130 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.

Member Typedef Documentation

template<class AggStatType, class ColorsType, class LO>
using MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >::value_type = LO[]

Definition at line 136 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.

Constructor & Destructor Documentation

template<class AggStatType, class ColorsType, class LO>
MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >::CountUnggregatedByColor ( AggStatType &  aggStat_,
ColorsType &  colors_,
LO  numColors_ 
)
inline

Definition at line 139 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.

Member Function Documentation

template<class AggStatType, class ColorsType, class LO>
KOKKOS_INLINE_FUNCTION void MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >::operator() ( const LO  i,
LO  counts[] 
) const
inline

Definition at line 145 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.

Member Data Documentation

template<class AggStatType, class ColorsType, class LO>
AggStatType MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >::aggStat
private

Definition at line 132 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.

template<class AggStatType, class ColorsType, class LO>
ColorsType MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >::colors
private

Definition at line 133 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.

template<class AggStatType, class ColorsType, class LO>
LO MueLu::CountUnggregatedByColor< AggStatType, ColorsType, LO >::value_count

Definition at line 137 of file MueLu_AggregationPhase2bAlgorithm_def.hpp.


The documentation for this class was generated from the following file: