Intrepid
Macros | Functions
test_01.cpp File Reference

Unit test for the FunctionSpaceTools class, testing H-grad. More...

#include "Teuchos_Array.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Intrepid_TensorProductSpaceTools.hpp"
#include "Intrepid_HGRAD_QUAD_Cn_FEM.hpp"
#include "Intrepid_HGRAD_HEX_Cn_FEM.hpp"
#include "Intrepid_CubaturePolylib.hpp"
#include "Intrepid_Utils.hpp"
#include "Intrepid_Types.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 H-grad.

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

Definition in file test_01.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 18 of file test_01.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 31 of file test_01.cpp.