|
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 | |
| 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 |
Definition at line 410 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| 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 |
Definition at line 416 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| 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 |
Definition at line 417 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| 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 |
Definition at line 418 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| 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 |
Definition at line 419 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inline |
Definition at line 429 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inline |
Definition at line 438 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inline |
Definition at line 446 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
inlinestatic |
Definition at line 455 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
|
static |
Definition at line 421 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| DstView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::dst |
Definition at line 423 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| SrcView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::src |
Definition at line 424 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| DstIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::dst_idx |
Definition at line 425 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| SrcIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::src_idx |
Definition at line 426 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
| size_t Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::UQ::PCE< DS > **, DP... >, Kokkos::View< const Sacado::UQ::PCE< SS > **, SP... >, DstIdxView, SrcIdxView >::numCols |
Definition at line 427 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
1.8.16