Intrepid
Macros | Functions
test_05.cpp File Reference

Unit test for the clone / scale operations of the ArrayTools class. More...

#include "Intrepid_ArrayTools.hpp"
#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_RealSpaceTools.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.

Macros

#define INTREPID_TEST_COMMAND(S)
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Unit test for the clone / scale operations of the ArrayTools class.

Author
Created by P. Bochev and D. Ridzal.

Definition in file test_05.cpp.

Macro Definition Documentation

◆ INTREPID_TEST_COMMAND

#define INTREPID_TEST_COMMAND ( S)
Value:
{ \
try { \
S ; \
} \
catch (const std::logic_error & err) { \
*outStream << "Expected Error ----------------------------------------------------------------\n"; \
*outStream << err.what() << '\n'; \
*outStream << "-------------------------------------------------------------------------------" << "\n\n"; \
}; \
}

Definition at line 60 of file test_05.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 73 of file test_05.cpp.