#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_Array.hpp"
#include "Stokhos.hpp"
#include "Stokhos_Sacado_Kokkos_UQ_PCE.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) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, Uniform) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, Empty) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, Mixed) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, FadPCEUniform) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, FadPCEEmptyInner) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, FadPCEEmptyOuter) |
|
| TEUCHOS_UNIT_TEST (UQ_PCE_Serialization, FadPCEEmptyAll) |
|
◆ FadType
◆ execution_space
◆ storage_type
◆ PCEType
◆ 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 |
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [1/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
Uniform |
|
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [2/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
Empty |
|
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [3/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
Mixed |
|
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [4/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
FadPCEUniform |
|
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [5/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
FadPCEEmptyInner |
|
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [6/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
FadPCEEmptyOuter |
|
|
) |
| |
◆ TEUCHOS_UNIT_TEST() [7/7]
TEUCHOS_UNIT_TEST |
( |
UQ_PCE_Serialization |
, |
|
|
FadPCEEmptyAll |
|
|
) |
| |
◆ rnd