Intrepid
Macros | Functions
test_01.cpp File Reference

Unit tests for the Intrepid::Basis_HGRAD_TRI_C1_FEM class. More...

#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_HGRAD_TRI_C1_FEM.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, throwCounter, nException)
 

Functions

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

Detailed Description

Unit tests for the Intrepid::Basis_HGRAD_TRI_C1_FEM class.

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

Definition in file test_01.cpp.

Macro Definition Documentation

◆ INTREPID_TEST_COMMAND

#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 58 of file test_01.cpp.

Function Documentation

◆ main()

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

Definition at line 71 of file test_01.cpp.