Intrepid
Macros | Functions
test_04.cpp File Reference

Unit test for the FunctionSpaceTools class, testing dataIntegral via integrate. More...

#include "Intrepid_FunctionSpaceTools.hpp"
#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_CellTools.hpp"
#include "Intrepid_DefaultCubatureFactory.hpp"
#include "Intrepid_Utils.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.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 FunctionSpaceTools class, testing dataIntegral via integrate.

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

Definition in file test_04.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 62 of file test_04.cpp.

Function Documentation

◆ main()

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

Definition at line 75 of file test_04.cpp.