![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>#include <boost/foreach.hpp>#include <boost/assign/list_of.hpp>#include "common/Log.hpp"#include "common/Core.hpp"#include "common/Group.hpp"#include "common/FindComponents.hpp"#include "mesh/Mesh.hpp"#include "mesh/Region.hpp"#include "mesh/Elements.hpp"#include "common/Table.hpp"#include "common/List.hpp"#include "common/DynTable.hpp"#include "mesh/ElementType.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Field.hpp"Go to the source code of this file.
Classes | |
| struct | MeshComponent_Fixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Tests mesh component classes" |
Functions | |
| BOOST_AUTO_TEST_CASE (MeshComponentTest) | |
| BOOST_AUTO_TEST_CASE (AddRemoveTest) | |
| BOOST_AUTO_TEST_CASE (NoChangeFlushTest) | |
| BOOST_AUTO_TEST_CASE (FlushTest) | |
| BOOST_AUTO_TEST_CASE (Table_Uint_Test) | |
| BOOST_AUTO_TEST_CASE (Table_Real_Test) | |
| BOOST_AUTO_TEST_CASE (Table_Real_Templates) | |
| BOOST_AUTO_TEST_CASE (moving_mesh_components_around) | |
| BOOST_AUTO_TEST_CASE (List_tests) | |
| BOOST_AUTO_TEST_CASE (ListAddRemoveTest) | |
| BOOST_AUTO_TEST_CASE (ListFlushTest) | |
| BOOST_AUTO_TEST_CASE (DynTable_test) | |
| BOOST_AUTO_TEST_CASE (DynTable_test_hard) | |
| BOOST_AUTO_TEST_CASE (Mesh_test) | |
| BOOST_AUTO_TEST_CASE (List_Uint_Test) | |
| BOOST_AUTO_TEST_CASE (List_Uint_rm_Test) | |
| BOOST_AUTO_TEST_CASE (List_bool_Test) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-components.cpp.
| #define BOOST_TEST_MODULE "Tests mesh component classes" |
Definition at line 8 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | MeshComponentTest | ) |
Definition at line 72 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | AddRemoveTest | ) |
Definition at line 115 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | NoChangeFlushTest | ) |
Definition at line 171 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | FlushTest | ) |
Definition at line 184 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | Table_Uint_Test | ) |
Definition at line 250 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | Table_Real_Test | ) |
Definition at line 318 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | Table_Real_Templates | ) |
Definition at line 343 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | moving_mesh_components_around | ) |
Definition at line 354 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | List_tests | ) |
Definition at line 381 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | ListAddRemoveTest | ) |
Definition at line 435 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | ListFlushTest | ) |
Definition at line 491 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | DynTable_test | ) |
Definition at line 555 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | DynTable_test_hard | ) |
Definition at line 648 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | Mesh_test | ) |
Definition at line 704 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | List_Uint_Test | ) |
Definition at line 714 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | List_Uint_rm_Test | ) |
Definition at line 791 of file utest-mesh-components.cpp.
| BOOST_AUTO_TEST_CASE | ( | List_bool_Test | ) |
Definition at line 842 of file utest-mesh-components.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |