![]() |
NuTo
Numerics Tool
|
#include "BoostUnitTest.h"#include "nuto/mechanics/integrationtypes/IntegrationCompanion.h"#include "nuto/math/shapes/Triangle.h"#include "nuto/math/shapes/Hexahedron.h"#include "nuto/math/shapes/Quadrilateral.h"#include "nuto/math/shapes/Line.h"#include "nuto/mechanics/integrationtypes/IntegrationTypeTensorProduct.h"Functions | |
| BOOST_AUTO_TEST_CASE (CreateTriangleIntegration) | |
| BOOST_AUTO_TEST_CASE (CreateLineIntegrationGauss) | |
| BOOST_AUTO_TEST_CASE (CreateQuadIntegrationGauss) | |
| BOOST_AUTO_TEST_CASE (CreateHexIntegrationGauss) | |
| BOOST_AUTO_TEST_CASE (CreateLineIntegrationLobatto) | |
| BOOST_AUTO_TEST_CASE (CreateQuadIntegrationLobatto) | |
| BOOST_AUTO_TEST_CASE (CreateTriangleIntegrationLobatto) | |
| BOOST_AUTO_TEST_CASE (CreateHexIntegrationLobatto) | |
| BOOST_AUTO_TEST_CASE | ( | CreateTriangleIntegration | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateLineIntegrationGauss | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateQuadIntegrationGauss | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateHexIntegrationGauss | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateLineIntegrationLobatto | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateQuadIntegrationLobatto | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateTriangleIntegrationLobatto | ) |
| BOOST_AUTO_TEST_CASE | ( | CreateHexIntegrationLobatto | ) |
1.8.11