Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 | |
PackArrayMultiColumn (const DstView &dst_, const SrcView &src_, const IdxView &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 | pack (const DstView &dst, const SrcView &src, const IdxView &idx, size_t numCols) |
Public Attributes | |
DstView | dst |
SrcView | src |
IdxView | idx |
size_t | numCols |
Static Public Attributes | |
static const unsigned | BlockSize = 32 |
Definition at line 119 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
typedef Kokkos::View<Sacado::UQ::PCE<DS>*,DP...> Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::DstView |
Definition at line 124 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
typedef Kokkos::View<const Sacado::UQ::PCE<SS>**,SP...> Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::SrcView |
Definition at line 125 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
typedef DstView::execution_space Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::execution_space |
Definition at line 126 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
typedef execution_space::size_type Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::size_type |
Definition at line 127 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inline |
Definition at line 136 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inline |
Definition at line 143 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inline |
Definition at line 151 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inlinestatic |
Definition at line 160 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
static |
Definition at line 129 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
DstView Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::dst |
Definition at line 131 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
SrcView Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::src |
Definition at line 132 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
IdxView Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::idx |
Definition at line 133 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
size_t Tpetra::KokkosRefactor::Details::PackArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > *, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, IdxView >::numCols |
Definition at line 134 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.