COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>
#include "common/Log.hpp"
#include "common/OptionList.hpp"
#include "common/Core.hpp"
#include "common/PE/debug.hpp"
#include "common/PE/Comm.hpp"
#include "mesh/actions/Interpolate.hpp"
#include "mesh/MeshWriter.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Region.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/SimpleMeshGenerator.hpp"
Go to the source code of this file.
Classes | |
struct | TestGlobalConnectivity_Fixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Tests mesh::actions::GlobalConnectivity" |
Functions | |
BOOST_AUTO_TEST_CASE (Init) | |
BOOST_AUTO_TEST_CASE (build) | |
BOOST_AUTO_TEST_CASE (Terminate) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-actions-interpolate.cpp.
#define BOOST_TEST_MODULE "Tests mesh::actions::GlobalConnectivity" |
Definition at line 8 of file utest-mesh-actions-interpolate.cpp.
BOOST_AUTO_TEST_CASE | ( | Init | ) |
Definition at line 65 of file utest-mesh-actions-interpolate.cpp.
BOOST_AUTO_TEST_CASE | ( | build | ) |
Definition at line 73 of file utest-mesh-actions-interpolate.cpp.
BOOST_AUTO_TEST_CASE | ( | Terminate | ) |
Definition at line 120 of file utest-mesh-actions-interpolate.cpp.
Send comments to: COOLFluiD Web Admin |