|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#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.
Classes | |
| struct | UnitTestSetup< VecType, FadType > |
Namespaces | |
| namespace | DynamicVecTest |
| namespace | DynamicStridedVecTest |
| namespace | StaticVecTest |
| namespace | StaticFixedVecTest |
Macros | |
| #define | VEC_COMM_TESTS(VecType, FadType, Vec, FAD) |
Functions | |
| 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[]) |
Variables | |
| Sacado::Random< double > | DynamicVecTest::rnd |
| UnitTestSetup< vec_type, fad_type > | DynamicVecTest::setup |
| Sacado::Random< double > | DynamicStridedVecTest::rnd |
| UnitTestSetup< vec_type, fad_type > | DynamicStridedVecTest::setup |
| Sacado::Random< double > | StaticVecTest::rnd |
| UnitTestSetup< vec_type, fad_type > | StaticVecTest::setup |
| Sacado::Random< double > | StaticFixedVecTest::rnd |
| UnitTestSetup< vec_type, fad_type > | StaticFixedVecTest::setup |
| #define VEC_COMM_TESTS | ( | VecType, | |
| FadType, | |||
| Vec, | |||
| FAD ) |
Definition at line 144 of file Stokhos_SacadoMPVectorCommTests.cpp.
| bool checkVecArrays | ( | const Teuchos::Array< VecType > & | x, |
| const Teuchos::Array< VecType > & | x2, | ||
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out ) |
Definition at line 93 of file Stokhos_SacadoMPVectorCommTests.cpp.
| bool checkResultOnAllProcs | ( | const Teuchos::Comm< Ordinal > & | comm, |
| Teuchos::FancyOStream & | out, | ||
| const bool | result ) |
Definition at line 125 of file Stokhos_SacadoMPVectorCommTests.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 723 of file Stokhos_SacadoMPVectorCommTests.cpp.