Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Ifpack2_UQ_PCE.hpp>
Public Types | |
typedef Kokkos::View< Sacado::UQ::PCE< S > *, P... > | XVector |
typedef XVector::array_type | array_type |
typedef array_type::execution_space | execution_space |
typedef SizeType | size_type |
typedef array_type::non_const_value_type | value_type |
typedef Kokkos::Details::ArithTraits< value_type > | KAT |
typedef KAT::mag_type | mag_type |
Public Member Functions | |
V_ReciprocalThresholdSelfFunctor (const XVector &x, const typename XVector::non_const_value_type &min_val) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type i) const |
Public Attributes | |
const XVector | m_x |
const value_type | m_min_val |
const value_type | m_min_val_mag |
const size_type | m_n_pce |
Definition at line 61 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef Kokkos::View< Sacado::UQ::PCE<S>*,P... > Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::XVector |
Definition at line 65 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef XVector::array_type Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::array_type |
Definition at line 66 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef array_type::execution_space Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::execution_space |
Definition at line 68 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef SizeType Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::size_type |
Definition at line 69 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef array_type::non_const_value_type Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::value_type |
Definition at line 70 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef Kokkos::Details::ArithTraits<value_type> Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::KAT |
Definition at line 71 of file Stokhos_Ifpack2_UQ_PCE.hpp.
typedef KAT::mag_type Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::mag_type |
Definition at line 72 of file Stokhos_Ifpack2_UQ_PCE.hpp.
|
inline |
Definition at line 79 of file Stokhos_Ifpack2_UQ_PCE.hpp.
|
inline |
Definition at line 89 of file Stokhos_Ifpack2_UQ_PCE.hpp.
const XVector Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::m_x |
Definition at line 74 of file Stokhos_Ifpack2_UQ_PCE.hpp.
const value_type Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::m_min_val |
Definition at line 75 of file Stokhos_Ifpack2_UQ_PCE.hpp.
const value_type Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::m_min_val_mag |
Definition at line 76 of file Stokhos_Ifpack2_UQ_PCE.hpp.
const size_type Ifpack2::Details::V_ReciprocalThresholdSelfFunctor< Kokkos::View< Sacado::UQ::PCE< S > *, P... >, SizeType >::m_n_pce |
Definition at line 77 of file Stokhos_Ifpack2_UQ_PCE.hpp.