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 Kokkos::View< Scalar *, P... > | ViewType |
typedef ViewType | MeanViewType |
typedef ViewType::execution_space | execution_space |
typedef ViewType::size_type | size_type |
Public Member Functions | |
GetMeanValsFunc (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 77 of file Stokhos_Tpetra_Utilities.hpp.
typedef Sacado::UQ::PCE<Storage> Stokhos::GetMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::Scalar |
Definition at line 80 of file Stokhos_Tpetra_Utilities.hpp.
typedef Kokkos::View< Scalar*, P... > Stokhos::GetMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::ViewType |
Definition at line 81 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType Stokhos::GetMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::MeanViewType |
Definition at line 82 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType::execution_space Stokhos::GetMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::execution_space |
Definition at line 83 of file Stokhos_Tpetra_Utilities.hpp.
typedef ViewType::size_type Stokhos::GetMeanValsFunc< Kokkos::View< Sacado::UQ::PCE< Storage > *, P... > >::size_type |
Definition at line 84 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 86 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 95 of file Stokhos_Tpetra_Utilities.hpp.
|
inline |
Definition at line 99 of file Stokhos_Tpetra_Utilities.hpp.
|
private |
Definition at line 102 of file Stokhos_Tpetra_Utilities.hpp.
|
private |
Definition at line 103 of file Stokhos_Tpetra_Utilities.hpp.