#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_Comm.hpp"
#include "Sacado.hpp"
#include "Stokhos_Sacado.hpp"
#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"
#include "Sacado_Fad_DFad.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_Random.hpp"
#include <Kokkos_Core.hpp>
Go to the source code of this file.
|
typedef int | DynamicVecTest::Ordinal |
|
typedef Kokkos::DefaultExecutionSpace | DynamicVecTest::execution_space |
|
typedef Stokhos::DynamicStorage< int, double, execution_space > | DynamicVecTest::storage_type |
|
typedef Sacado::Fad::DFad< double > | DynamicVecTest::fad_type |
|
typedef Sacado::MP::Vector< storage_type > | DynamicVecTest::vec_type |
|
typedef int | DynamicStridedVecTest::Ordinal |
|
typedef Kokkos::DefaultExecutionSpace | DynamicStridedVecTest::execution_space |
|
typedef Stokhos::DynamicStridedStorage< int, double, execution_space > | DynamicStridedVecTest::storage_type |
|
typedef Sacado::Fad::DFad< double > | DynamicStridedVecTest::fad_type |
|
typedef Sacado::MP::Vector< storage_type > | DynamicStridedVecTest::vec_type |
|
typedef int | StaticVecTest::Ordinal |
|
typedef Kokkos::DefaultExecutionSpace | StaticVecTest::execution_space |
|
typedef Stokhos::StaticStorage< int, double, 8, execution_space > | StaticVecTest::storage_type |
|
typedef Sacado::Fad::DFad< double > | StaticVecTest::fad_type |
|
typedef Sacado::MP::Vector< storage_type > | StaticVecTest::vec_type |
|
typedef int | StaticFixedVecTest::Ordinal |
|
typedef Kokkos::DefaultExecutionSpace | StaticFixedVecTest::execution_space |
|
typedef Stokhos::StaticFixedStorage< int, double, 8, execution_space > | StaticFixedVecTest::storage_type |
|
typedef Sacado::Fad::DFad< double > | StaticFixedVecTest::fad_type |
|
typedef Sacado::MP::Vector< storage_type > | StaticFixedVecTest::vec_type |
|
|
template<typename VecType > |
bool | checkVecArrays (const Teuchos::Array< VecType > &x, const Teuchos::Array< VecType > &x2, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename Ordinal > |
bool | checkResultOnAllProcs (const Teuchos::Comm< Ordinal > &comm, Teuchos::FancyOStream &out, const bool result) |
|
int | main (int argc, char *argv[]) |
|
◆ VEC_COMM_TESTS
#define VEC_COMM_TESTS |
( |
|
VecType, |
|
|
|
FadType, |
|
|
|
Vec, |
|
|
|
FAD |
|
) |
| |
◆ checkVecArrays()
template<typename VecType >
bool checkVecArrays |
( |
const Teuchos::Array< VecType > & |
x, |
|
|
const Teuchos::Array< VecType > & |
x2, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ checkResultOnAllProcs()
bool checkResultOnAllProcs |
( |
const Teuchos::Comm< Ordinal > & |
comm, |
|
|
Teuchos::FancyOStream & |
out, |
|
|
const bool |
result |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |