MueLu Version of the Day
Loading...
Searching...
No Matches
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

◆ value_type

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

◆ CountUnggregatedByColor()

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

◆ operator()()

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

◆ aggStat

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.

◆ colors

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.

◆ value_count

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: