#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 "Sacado_Fad_DFad.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_Random.hpp"
Go to the source code of this file.
|
template<typename PCEType > |
bool | testSerialization (const Teuchos::Array< PCEType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename PCEType , typename Serializer > |
bool | testSerialization (Teuchos::Array< PCEType > &x, const Serializer &serializer, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename PCEType , typename Serializer > |
bool | testNestedSerialization (Teuchos::Array< PCEType > &x, const Serializer &serializer, const std::string &tag, Teuchos::FancyOStream &out) |
|
int | main (int argc, char *argv[]) |
|
◆ PCE_SERIALIZATION_TESTS
◆ storage_type
◆ fad_type
◆ testSerialization() [1/2]
bool testSerialization |
( |
const Teuchos::Array< PCEType > & |
x, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ testSerialization() [2/2]
template<typename
PCEType , typename Serializer >
bool testSerialization |
( |
Teuchos::Array< PCEType > & |
x, |
|
|
const Serializer & |
serializer, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ testNestedSerialization()
template<typename
PCEType , typename Serializer >
bool testNestedSerialization |
( |
Teuchos::Array< PCEType > & |
x, |
|
|
const Serializer & |
serializer, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |