Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <KokkosExp_View_UQ_PCE_Contiguous.hpp>
Public Types | |
typedef 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 657 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
typedef ViewValueFunctor< ExecSpace, scalar_type > Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::ScalarFunctorType |
Definition at line 658 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
typedef PCEConstruct< ExecSpace > Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::PCEFunctorType |
Definition at line 659 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 668 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
inline |
Definition at line 679 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 697 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
ScalarFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_scalar_functor |
Definition at line 660 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
PCEFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_pce_functor |
Definition at line 661 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
bool Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 662 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.