![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>#include <boost/shared_ptr.hpp>#include "common/Log.hpp"#include "common/FindComponents.hpp"#include "common/Component.hpp"#include "common/PE/Comm.hpp"#include "common/PE/CommWrapper.hpp"#include "common/PE/CommWrapperMArray.hpp"#include "common/PE/CommPattern.hpp"#include "common/PE/debug.hpp"#include "common/Group.hpp"Go to the source code of this file.
Classes | |
| struct | CommWrapperFixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing the commwrapper." |
Functions | |
| BOOST_AUTO_TEST_CASE (init) | |
| BOOST_AUTO_TEST_CASE (ObjectWrapperPtr) | |
| BOOST_AUTO_TEST_CASE (ObjectWrapperVector) | |
| BOOST_AUTO_TEST_CASE (ObjectWrapperMultiArray) | |
| BOOST_AUTO_TEST_CASE (finalize) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 11 of file utest-parallel-commwrapper.cpp.
| #define BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing the commwrapper." |
Definition at line 12 of file utest-parallel-commwrapper.cpp.
| BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 293 of file utest-parallel-commwrapper.cpp.
| BOOST_AUTO_TEST_CASE | ( | ObjectWrapperPtr | ) |
Definition at line 303 of file utest-parallel-commwrapper.cpp.
| BOOST_AUTO_TEST_CASE | ( | ObjectWrapperVector | ) |
Definition at line 350 of file utest-parallel-commwrapper.cpp.
| BOOST_AUTO_TEST_CASE | ( | ObjectWrapperMultiArray | ) |
Definition at line 378 of file utest-parallel-commwrapper.cpp.
| BOOST_AUTO_TEST_CASE | ( | finalize | ) |
Definition at line 410 of file utest-parallel-commwrapper.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |