Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView > Struct Template Reference

#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp>

Public Types

typedef Kokkos::View< Sacado::UQ::PCE< DS > *, DP... > DstView
 
typedef Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... > SrcView
 
typedef DstView::execution_space execution_space
 
typedef execution_space::size_type size_type
 

Public Member Functions

 PackArrayMultiColumnVariableStride (const DstView &dst_, const SrcView &src_, const IdxView &idx_, const ColView &col_, size_t numCols_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type k) const
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type k, const size_type tidx) const
 

Static Public Member Functions

static void pack (const DstView &dst, const SrcView &src, const IdxView &idx, const ColView &col, size_t numCols)
 

Public Attributes

DstView dst
 
SrcView src
 
IdxView idx
 
ColView col
 
size_t numCols
 

Static Public Attributes

static const unsigned BlockSize = 32
 

Detailed Description

template<typename DS, typename ... DP, typename SS, typename ... SP, typename IdxView, typename ColView>
struct Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >

Definition at line 178 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.

Member Typedef Documentation

◆ DstView

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
typedef Kokkos::View<Sacado::UQ::PCE<DS>*,DP...> Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::DstView

◆ SrcView

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
typedef Kokkos::View<const Sacado::UQ::PCE<SS>**,SP...> Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::SrcView

◆ execution_space

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
typedef DstView::execution_space Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::execution_space

◆ size_type

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
typedef execution_space::size_type Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::size_type

Constructor & Destructor Documentation

◆ PackArrayMultiColumnVariableStride()

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::PackArrayMultiColumnVariableStride ( const DstView dst_,
const SrcView src_,
const IdxView &  idx_,
const ColView &  col_,
size_t  numCols_ 
)
inline

Member Function Documentation

◆ operator()() [1/2]

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::operator() ( const size_type  k) const
inline

◆ operator()() [2/2]

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::operator() ( const size_type  k,
const size_type  tidx 
) const
inline

◆ pack()

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
static void Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::pack ( const DstView dst,
const SrcView src,
const IdxView &  idx,
const ColView &  col,
size_t  numCols 
)
inlinestatic

Member Data Documentation

◆ BlockSize

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
const unsigned Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::BlockSize = 32
static

◆ dst

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
DstView Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::dst

◆ src

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
SrcView Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::src

◆ idx

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
IdxView Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::idx

◆ col

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
ColView Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::col

◆ numCols

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView , typename ColView >
size_t Tpetra::KokkosRefactor::Details::PackArrayMultiColumnVariableStride< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView, ColView >::numCols

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