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 170 of file Stokhos_Tpetra_Utilities.hpp.
typedef Sacado::UQ::PCE<Storage> Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::Scalar |
Definition at line 173 of file Stokhos_Tpetra_Utilities.hpp.
typedef Scalar::value_type Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::MeanScalar |
Definition at line 174 of file Stokhos_Tpetra_Utilities.hpp.
typedef Kokkos::View< Scalar*, P... > Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::ViewType |
Definition at line 175 of file Stokhos_Tpetra_Utilities.hpp.
typedef Kokkos::View< MeanScalar*, P... > Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::MeanViewType |
Definition at line 176 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType::execution_space Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::execution_space |
Definition at line 177 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType::size_type Stokhos::GetScalarMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::size_type |
Definition at line 178 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 180 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 187 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 191 of file Stokhos_Tpetra_Utilities.hpp.
|
private |
Definition at line 194 of file Stokhos_Tpetra_Utilities.hpp.
|
private |
Definition at line 195 of file Stokhos_Tpetra_Utilities.hpp.