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
Tay_CommTests.hpp File Reference
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_Comm.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_Random.hpp"
Include dependency graph for Tay_CommTests.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TAY_COMM_TESTS(TayType, TAY)
 

Functions

template<typename TayType >
bool checkFadArrays (const Teuchos::Array< TayType > &x, const Teuchos::Array< TayType > &x2, const std::string &tag, Teuchos::FancyOStream &out)
 
template<typename Ordinal >
bool checkResultOnAllProcs (const Teuchos::Comm< Ordinal > &comm, Teuchos::FancyOStream &out, const bool result)
 

Macro Definition Documentation

#define TAY_COMM_TESTS (   TayType,
  TAY 
)

Definition at line 94 of file Tay_CommTests.hpp.

Function Documentation

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

Definition at line 43 of file Tay_CommTests.hpp.

template<typename Ordinal >
bool checkResultOnAllProcs ( const Teuchos::Comm< Ordinal > &  comm,
Teuchos::FancyOStream out,
const bool  result 
)

Definition at line 75 of file Tay_CommTests.hpp.