|
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 930 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 931 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| typedef PCEConstruct< ExecSpace > Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::PCEFunctorType |
Definition at line 932 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 941 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
default |
|
inline |
Definition at line 952 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 970 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| ScalarFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_scalar_functor |
Definition at line 933 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| PCEFunctorType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_pce_functor |
Definition at line 934 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| bool Kokkos::Experimental::Impl::PCEAllocation< ValueType >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 935 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
1.8.14