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

#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp>

Public Types

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

Public Member Functions

 PackArraySingleColumn (const DstView &dst_, const SrcView &src_, const IdxView &idx_, size_t col_)
 
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, size_t col)
 

Public Attributes

DstView dst
 
SrcView src
 
IdxView idx
 
size_t col
 

Detailed Description

template<typename DS, typename ... DP, typename SS, typename ... SP, typename IdxView>
struct Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >

Definition at line 73 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.

Member Typedef Documentation

◆ DstView

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
typedef Kokkos::View<Sacado::MP::Vector<DS>*,DP...> Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::DstView

◆ SrcView

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
typedef Kokkos::View<const Sacado::MP::Vector<SS>**,SP...> Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::SrcView

◆ execution_space

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
typedef DstView::execution_space Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::execution_space

◆ size_type

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
typedef execution_space::size_type Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::size_type

Constructor & Destructor Documentation

◆ PackArraySingleColumn()

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::PackArraySingleColumn ( const DstView dst_,
const SrcView src_,
const IdxView &  idx_,
size_t  col_ 
)
inline

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

◆ pack()

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

Member Data Documentation

◆ dst

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
DstView Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::dst

◆ src

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
SrcView Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::src

◆ idx

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
IdxView Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::idx

◆ col

template<typename DS , typename ... DP, typename SS , typename ... SP, typename IdxView >
size_t Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::col

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