Intrepid
Macros | Functions
test_02.cpp File Reference

Test of the CellTools class. More...

#include "Intrepid_CellTools.hpp"
#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_DefaultCubatureFactory.hpp"
#include "Shards_CellTopology.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_ScalarTraits.hpp"

Go to the source code of this file.

Macros

#define INTREPID_TEST_COMMAND(S, throwCounter, nException)
 

Functions

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

Detailed Description

Test of the CellTools class.

Author
Created by P. Bochev, D. Ridzal and K. Peterson

Definition in file test_02.cpp.

Macro Definition Documentation

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

Definition at line 63 of file test_02.cpp.