|
Intrepid
|
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.
Defines | |
| #define | INTREPID_TEST_COMMAND(S, throwCounter, nException) |
Functions | |
| int | main (int argc, char *argv[]) |
Test of the CellTools class.
Definition in file test_02.cpp.
| #define INTREPID_TEST_COMMAND | ( | S, | |
| throwCounter, | |||
| nException | |||
| ) |
{ \
++nException; \
try { \
S ; \
} \
catch (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.
1.7.6.1