|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_TestingHelpers.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_Array.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_SERIALIZATION_TESTS(VecType, FadType, Vec) |
Functions | |
| template<typename VecType> | |
| bool | testSerialization (const Teuchos::Array< VecType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
| template<typename VecType, typename Serializer> | |
| bool | testSerialization (Teuchos::Array< VecType > &x, const Serializer &serializer, const std::string &tag, Teuchos::FancyOStream &out) |
| template<typename VecType, typename Serializer> | |
| bool | testNestedSerialization (Teuchos::Array< VecType > &x, const Serializer &serializer, const std::string &tag, Teuchos::FancyOStream &out) |
| int | main (int argc, char *argv[]) |
| #define VEC_SERIALIZATION_TESTS | ( | VecType, | |
| FadType, | |||
| Vec ) |
Definition at line 246 of file Stokhos_SacadoMPVectorSerializationTests.cpp.
| bool testSerialization | ( | const Teuchos::Array< VecType > & | x, |
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out ) |
Definition at line 89 of file Stokhos_SacadoMPVectorSerializationTests.cpp.
| bool testSerialization | ( | Teuchos::Array< VecType > & | x, |
| const Serializer & | serializer, | ||
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out ) |
Definition at line 138 of file Stokhos_SacadoMPVectorSerializationTests.cpp.
| bool testNestedSerialization | ( | Teuchos::Array< VecType > & | x, |
| const Serializer & | serializer, | ||
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out ) |
Definition at line 189 of file Stokhos_SacadoMPVectorSerializationTests.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 399 of file Stokhos_SacadoMPVectorSerializationTests.cpp.