![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/assign/list_of.hpp>#include <boost/test/unit_test.hpp>#include "common/EigenAssertions.hpp"#include <Eigen/StdVector>#include "common/Log.hpp"#include "common/Table.hpp"#include "mesh/Integrators/Gauss.hpp"#include "mesh/LagrangeP1/Hexa3D.hpp"#include "Tools/Testing/Difference.hpp"Go to the source code of this file.
Classes | |
| struct | Hexa3DFixture |
| struct | Hexa3DFixture::ConstFunctor |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for the Hexa3D shape function" |
Typedefs | |
| typedef Hexa3D | ETYPE |
Functions | |
| BOOST_AUTO_TEST_CASE (Volume) | |
| BOOST_AUTO_TEST_CASE (ShapeFunction) | |
| BOOST_AUTO_TEST_CASE (IntegrateConst) | |
| BOOST_AUTO_TEST_CASE (MappedCoordinates) | |
| BOOST_AUTO_TEST_CASE (MappedGradient) | |
| BOOST_AUTO_TEST_CASE (JacobianDeterminant) | |
| BOOST_AUTO_TEST_CASE (Jacobian) | |
| BOOST_AUTO_TEST_CASE (JacobianAdjoint) | |
| BOOST_AUTO_TEST_CASE (Is_coord_in_element) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-lagrangep1-hexa3d.cpp.
| #define BOOST_TEST_MODULE "Test module for the Hexa3D shape function" |
Definition at line 8 of file utest-mesh-lagrangep1-hexa3d.cpp.
Definition at line 33 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | Volume | ) |
Definition at line 96 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | ShapeFunction | ) |
Definition at line 114 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | IntegrateConst | ) |
Definition at line 127 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | MappedCoordinates | ) |
Definition at line 136 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | MappedGradient | ) |
Definition at line 184 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | JacobianDeterminant | ) |
Definition at line 220 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | Jacobian | ) |
Definition at line 226 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | JacobianAdjoint | ) |
Definition at line 247 of file utest-mesh-lagrangep1-hexa3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | Is_coord_in_element | ) |
Definition at line 268 of file utest-mesh-lagrangep1-hexa3d.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |