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::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView > 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

 PermuteArrayMultiColumn (const DstView &dst_, const SrcView &src_, const DstIdxView &dst_idx_, const SrcIdxView &src_idx_, 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 permute (const DstView &dst, const SrcView &src, const DstIdxView &dst_idx, const SrcIdxView &src_idx, size_t numCols)
 

Public Attributes

DstView dst
 
SrcView src
 
DstIdxView dst_idx
 
SrcIdxView src_idx
 
size_t numCols
 

Static Public Attributes

static const unsigned BlockSize = 32
 

Detailed Description

template<typename DS, typename ... DP, typename SS, typename ... SP, typename DstIdxView, typename SrcIdxView>
struct Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >

Definition at line 370 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.

Member Typedef Documentation

◆ DstView

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
typedef Kokkos::View<Sacado::UQ::PCE<DS>**,DP...> Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::DstView

◆ SrcView

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
typedef Kokkos::View<const Sacado::UQ::PCE<SS>**,SP...> Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::SrcView

◆ execution_space

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

◆ size_type

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

Constructor & Destructor Documentation

◆ PermuteArrayMultiColumn()

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::PermuteArrayMultiColumn ( const DstView dst_,
const SrcView src_,
const DstIdxView &  dst_idx_,
const SrcIdxView &  src_idx_,
size_t  numCols_ 
)
inline

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

◆ permute()

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
static void Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::permute ( const DstView dst,
const SrcView src,
const DstIdxView &  dst_idx,
const SrcIdxView &  src_idx,
size_t  numCols 
)
inlinestatic

Member Data Documentation

◆ BlockSize

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

◆ dst

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
DstView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::dst

◆ src

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
SrcView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::src

◆ dst_idx

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
DstIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::dst_idx

◆ src_idx

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
SrcIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::src_idx

◆ numCols

template<typename DS , typename ... DP, typename SS , typename ... SP, typename DstIdxView , typename SrcIdxView >
size_t Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::numCols

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