Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_UnitTestHelpers.hpp"
#include "Stokhos_UnitTestHelpers.hpp"
#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"
#include "Stokhos_Ensemble_Sizes.hpp"
#include "Sacado.hpp"
#include "Sacado_Fad_MP_Vector.hpp"
#include "Kokkos_Core.hpp"
Go to the source code of this file.
Classes | |
struct | ApplyView< DataType, LayoutType, ExecutionSpace > |
struct | NoLayout |
struct | ApplyView< DataType, NoLayout, ExecutionSpace > |
Macros | |
#define | VIEW_FAD_MP_VECTOR_TESTS_SCALAR_LAYOUT(SCALAR, LAYOUT) |
#define | VIEW_FAD_MP_VECTOR_TESTS_SCALAR(SCALAR) |
#define | VIEW_FAD_MP_VECTOR_TESTS_DEVICE(DEVICE) |
Functions | |
template<typename scalar , typename ordinal > | |
scalar | generate_vector_coefficient (const ordinal nFEM, const ordinal nStoch, const ordinal iColFEM, const ordinal iStoch) |
template<typename ViewType > | |
bool | checkVectorView (const ViewType &v, Teuchos::FancyOStream &out) |
template<typename ViewType > | |
bool | checkConstantFadVectorView (const ViewType &view, const typename ViewType::value_type &v, Teuchos::FancyOStream &out) |
template<typename ViewType > | |
bool | checkConstantFadVectorView2 (const ViewType &view, const typename ViewType::value_type &v, Teuchos::FancyOStream &out) |
TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Kokkos_View_Fad_MP, Size, Scalar, Layout) | |
TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Kokkos_View_Fad_MP, DeepCopy_ConstantScalar, Scalar, Layout) | |
TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Kokkos_View_Fad_MP, Rank6, Scalar, Layout) | |
Variables | |
const int | global_num_rows = 11 |
const int | global_ensemble_size = STOKHOS_DEFAULT_ENSEMBLE_SIZE |
const int | global_fad_size = 5 |
#define VIEW_FAD_MP_VECTOR_TESTS_SCALAR_LAYOUT | ( | SCALAR, | |
LAYOUT | |||
) |
Definition at line 267 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
#define VIEW_FAD_MP_VECTOR_TESTS_SCALAR | ( | SCALAR | ) |
Definition at line 275 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
#define VIEW_FAD_MP_VECTOR_TESTS_DEVICE | ( | DEVICE | ) |
Definition at line 282 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
|
inline |
Definition at line 63 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
bool checkVectorView | ( | const ViewType & | v, |
Teuchos::FancyOStream & | out | ||
) |
Definition at line 76 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
bool checkConstantFadVectorView | ( | const ViewType & | view, |
const typename ViewType::value_type & | v, | ||
Teuchos::FancyOStream & | out | ||
) |
Definition at line 132 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
bool checkConstantFadVectorView2 | ( | const ViewType & | view, |
const typename ViewType::value_type & | v, | ||
Teuchos::FancyOStream & | out | ||
) |
Definition at line 164 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL | ( | Kokkos_View_Fad_MP | , |
Size | , | ||
Scalar | , | ||
Layout | |||
) |
Definition at line 220 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL | ( | Kokkos_View_Fad_MP | , |
DeepCopy_ConstantScalar | , | ||
Scalar | , | ||
Layout | |||
) |
Definition at line 233 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL | ( | Kokkos_View_Fad_MP | , |
Rank6 | , | ||
Scalar | , | ||
Layout | |||
) |
Definition at line 251 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
const int global_num_rows = 11 |
Definition at line 216 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
const int global_ensemble_size = STOKHOS_DEFAULT_ENSEMBLE_SIZE |
Definition at line 217 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.
const int global_fad_size = 5 |
Definition at line 218 of file Stokhos_KokkosViewFadMPVectorUnitTest.hpp.