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 896 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 897 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
typedef PCEConstruct< ExecSpace > Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::PCEFunctorType |
Definition at line 898 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 907 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
inline |
Definition at line 918 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 936 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
ScalarFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_scalar_functor |
Definition at line 899 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
PCEFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_pce_functor |
Definition at line 900 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
bool Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 901 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.