#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_Comm.hpp"
#include "Sacado.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 | checkPCEArrays (const Teuchos::Array< PCEType > &x, const Teuchos::Array< PCEType > &x2, const std::string &tag, Teuchos::FancyOStream &out) |
| |
| template<typename Ordinal > |
| bool | checkResultOnAllProcs (const Teuchos::Comm< Ordinal > &comm, Teuchos::FancyOStream &out, const bool result) |
| |
| int | main (int argc, char *argv[]) |
| |
◆ PCE_COMM_TESTS
◆ Ordinal
◆ storage_type
◆ fad_type
◆ checkPCEArrays()
template<typename PCEType >
| bool checkPCEArrays |
( |
const Teuchos::Array< PCEType > & |
x, |
|
|
const Teuchos::Array< PCEType > & |
x2, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ checkResultOnAllProcs()
template<typename Ordinal >
| bool checkResultOnAllProcs |
( |
const Teuchos::Comm< Ordinal > & |
comm, |
|
|
Teuchos::FancyOStream & |
out, |
|
|
const bool |
result |
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |