#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_Fad_SimpleFad.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_Random.hpp"
Go to the source code of this file.
|
template<typename FadType > |
bool | testSerialization (const Teuchos::Array< FadType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename FadType , typename Serializer > |
bool | testSerializationObject (const Serializer &serializer, Teuchos::Array< FadType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename FadType , typename Serializer > |
bool | testNestedSerializationObject (const Serializer &serializer, Teuchos::Array< FadType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
int | main (int argc, char *argv[]) |
|
◆ FAD_SERIALIZATION_TESTS
#define FAD_SERIALIZATION_TESTS |
( |
|
FadType, |
|
|
|
FAD |
|
) |
| |
◆ SFAD_SERIALIZATION_TESTS
#define SFAD_SERIALIZATION_TESTS |
( |
|
FadType, |
|
|
|
FAD |
|
) |
| |
◆ Fad_SLFadType
◆ ELRFad_SLFadType
◆ ELRCacheFad_SLFadType
◆ CacheFad_SLFadType
◆ Fad_SFadType
◆ ELRFad_SFadType
◆ ELRCacheFad_SFadType
◆ CacheFad_SFadType
◆ testSerialization()
bool testSerialization |
( |
const Teuchos::Array< FadType > & |
x, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ testSerializationObject()
template<typename
FadType , typename Serializer >
bool testSerializationObject |
( |
const Serializer & |
serializer, |
|
|
Teuchos::Array< FadType > & |
x, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ testNestedSerializationObject()
template<typename
FadType , typename Serializer >
bool testNestedSerializationObject |
( |
const Serializer & |
serializer, |
|
|
Teuchos::Array< FadType > & |
x, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ rnd