|
Intrepid
|
Unit test (CubatureDirect,CubatureTensor): correctness of volume computations for reference cells. More...
#include "Intrepid_CubatureDirectLineGauss.hpp"#include "Intrepid_CubatureDirectLineGaussJacobi20.hpp"#include "Intrepid_CubatureDirectTriDefault.hpp"#include "Intrepid_CubatureDirectTetDefault.hpp"#include "Intrepid_CubatureTensor.hpp"#include "Intrepid_CubatureTensorPyr.hpp"#include "Shards_CellTopology.hpp"#include "Teuchos_oblackholestream.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_GlobalMPISession.hpp"Go to the source code of this file.
Defines | |
| #define | INTREPID_TEST_COMMAND(S) |
Functions | |
| double | computeRefVolume (shards::CellTopology &cellTopology, int cubDegree) |
| int | main (int argc, char *argv[]) |
Unit test (CubatureDirect,CubatureTensor): correctness of volume computations for reference cells.
Definition in file test_01.cpp.
| #define INTREPID_TEST_COMMAND | ( | S | ) |
{ \
try { \
S ; \
} \
catch (std::logic_error err) { \
*outStream << "Expected Error ----------------------------------------------------------------\n"; \
*outStream << err.what() << '\n'; \
*outStream << "-------------------------------------------------------------------------------" << "\n\n"; \
}; \
}
Definition at line 64 of file test_01.cpp.
1.7.6.1