Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <KokkosExp_View_UQ_PCE_Contiguous.hpp>
Public Types | |
typedef Kokkos::Impl::ViewValueFunctor< ExecSpace, scalar_type > | ScalarFunctorType |
typedef PCEConstruct< ExecSpace > | PCEFunctorType |
Public Member Functions | |
ConstructDestructFunctor ()=default | |
ConstructDestructFunctor (const ConstructDestructFunctor &)=default | |
ConstructDestructFunctor & | operator= (const ConstructDestructFunctor &)=default |
ConstructDestructFunctor (const ExecSpace &space, const bool initialize, const size_t span, const unsigned pce_size, const cijk_type &cijk, scalar_type *scalar_ptr, value_type *value_ptr) | |
void | construct_shared_allocation () |
void | destroy_shared_allocation () |
Public Attributes | |
ScalarFunctorType | m_scalar_functor |
PCEFunctorType | m_pce_functor |
bool | m_initialize |
Definition at line 961 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
typedef Kokkos::Impl::ViewValueFunctor< ExecSpace, scalar_type > Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::ScalarFunctorType |
Definition at line 962 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
typedef PCEConstruct< ExecSpace > Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::PCEFunctorType |
Definition at line 963 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 972 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
inline |
Definition at line 983 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 1001 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
ScalarFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_scalar_functor |
Definition at line 964 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
PCEFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_pce_functor |
Definition at line 965 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
bool Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 966 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.