Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Get mean values matrix for mean-based preconditioning. More...
#include <Stokhos_Tpetra_Utilities.hpp>
Public Types | |
typedef Sacado::UQ::PCE< Storage > | Scalar |
typedef Scalar::value_type | MeanScalar |
typedef Kokkos::View< Scalar *, P... > | ViewType |
typedef Kokkos::View < MeanScalar *, P... > | MeanViewType |
typedef ViewType::execution_space | execution_space |
typedef ViewType::size_type | size_type |
Public Member Functions | |
GetScalarMeanValsFunc (const ViewType &vals_) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type i) const |
MeanViewType | getMeanValues () const |
Private Attributes | |
MeanViewType | mean_vals |
ViewType | vals |
Get mean values matrix for mean-based preconditioning.
Specialization for Sacado::UQ::PCE
Definition at line 138 of file Stokhos_Tpetra_Utilities.hpp.
typedef Sacado::UQ::PCE<Storage> Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::Scalar |
Definition at line 141 of file Stokhos_Tpetra_Utilities.hpp.
typedef Scalar::value_type Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::MeanScalar |
Definition at line 142 of file Stokhos_Tpetra_Utilities.hpp.
typedef Kokkos::View< Scalar*, P... > Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::ViewType |
Definition at line 143 of file Stokhos_Tpetra_Utilities.hpp.
typedef Kokkos::View< MeanScalar*, P... > Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::MeanViewType |
Definition at line 144 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType::execution_space Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::execution_space |
Definition at line 145 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType::size_type Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::size_type |
Definition at line 146 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 148 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 155 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 159 of file Stokhos_Tpetra_Utilities.hpp.
|
private |
Definition at line 162 of file Stokhos_Tpetra_Utilities.hpp.
|
private |
Definition at line 163 of file Stokhos_Tpetra_Utilities.hpp.