Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 |
Definition at line 73 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
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 |
Definition at line 78 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
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 |
Definition at line 79 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
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 |
Definition at line 80 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
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 |
Definition at line 81 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inline |
Definition at line 88 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inline |
Definition at line 95 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inline |
Definition at line 100 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inlinestatic |
Definition at line 104 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
DstView Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::dst |
Definition at line 83 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
SrcView Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::src |
Definition at line 84 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
IdxView Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::idx |
Definition at line 85 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
size_t Tpetra::KokkosRefactor::Details::PackArraySingleColumn< Kokkos::View< Sacado::MP::Vector< DS > *, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, IdxView >::col |
Definition at line 86 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.