Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
Tay_SerializationTests.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_Array.hpp"
#include "Sacado_No_Kokkos.hpp"
#include "Sacado_Tay_CacheTaylor.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_Random.hpp"
Include dependency graph for Tay_SerializationTests.cpp:

Go to the source code of this file.

Macros

#define TAY_SERIALIZATION_TESTS(TayType, TAY)
 

Functions

template<typename TayType >
bool testSerialization (const Teuchos::Array< TayType > &x, const std::string &tag, Teuchos::FancyOStream &out)
 
template<typename TayType , typename Serializer >
bool testSerializationObject (const Serializer &serializer, Teuchos::Array< TayType > &x, const std::string &tag, Teuchos::FancyOStream &out)
 
template<typename TayType , typename Serializer >
bool testNestedSerializationObject (const Serializer &serializer, Teuchos::Array< TayType > &x, const std::string &tag, Teuchos::FancyOStream &out)
 
int main (int argc, char *argv[])
 

Variables

Sacado::Random< double > rnd
 

Macro Definition Documentation

#define TAY_SERIALIZATION_TESTS (   TayType,
  TAY 
)

Definition at line 202 of file Tay_SerializationTests.cpp.

Function Documentation

template<typename TayType >
bool testSerialization ( const Teuchos::Array< TayType > &  x,
const std::string &  tag,
Teuchos::FancyOStream out 
)

Definition at line 45 of file Tay_SerializationTests.cpp.

template<typename TayType , typename Serializer >
bool testSerializationObject ( const Serializer &  serializer,
Teuchos::Array< TayType > &  x,
const std::string &  tag,
Teuchos::FancyOStream out 
)

Definition at line 92 of file Tay_SerializationTests.cpp.

template<typename TayType , typename Serializer >
bool testNestedSerializationObject ( const Serializer &  serializer,
Teuchos::Array< TayType > &  x,
const std::string &  tag,
Teuchos::FancyOStream out 
)

Definition at line 144 of file Tay_SerializationTests.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 352 of file Tay_SerializationTests.cpp.

Variable Documentation

Sacado::Random<double> rnd

Definition at line 348 of file Tay_SerializationTests.cpp.