Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Tpetra_KokkosRefactor_Details_MultiVectorLocalDeepCopy_MP_Vector.hpp File Reference
#include "Tpetra_KokkosRefactor_Details_MultiVectorLocalDeepCopy.hpp"
#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"
Include dependency graph for Tpetra_KokkosRefactor_Details_MultiVectorLocalDeepCopy_MP_Vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Tpetra
namespace  Tpetra::Details

Functions

template<class DT, class ... DP, class ST, class ... SP, class DstWhichVecsType, class SrcWhichVecsType>
std::enable_if< Kokkos::is_view_mp_vector< Kokkos::View< DT, DP... > >::value &&Kokkos::is_view_mp_vector< Kokkos::View< ST, SP... > >::value >::type Tpetra::Details::localDeepCopy (const Kokkos::View< DT, DP... > &dst, const Kokkos::View< ST, SP... > &src, const bool dstConstStride, const bool srcConstStride, const DstWhichVecsType &dstWhichVecs, const SrcWhichVecsType &srcWhichVecs)
template<class DT, class ... DP, class ST, class ... SP>
std::enable_if< Kokkos::is_view_mp_vector< Kokkos::View< DT, DP... > >::value &&Kokkos::is_view_mp_vector< Kokkos::View< ST, SP... > >::value >::type Tpetra::Details::localDeepCopyConstStride (const Kokkos::View< DT, DP... > &dst, const Kokkos::View< ST, SP... > &src)