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/PropertyList.hpp"
#include "common/Core.hpp"
#include "common/Environment.hpp"
#include "mesh/BoundingBox.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Region.hpp"
#include "mesh/MeshGenerator.hpp"
#include "mesh/Field.hpp"
Go to the source code of this file.
Classes | |
struct | boundingboxMPITests_Fixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::mesh::BoundingBox" |
Functions | |
BOOST_AUTO_TEST_CASE (init_mpi) | |
BOOST_AUTO_TEST_CASE (test) | |
BOOST_AUTO_TEST_CASE (finalize_mpi) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-boundingbox.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::mesh::BoundingBox" |
Definition at line 8 of file utest-mesh-boundingbox.cpp.
BOOST_AUTO_TEST_CASE | ( | init_mpi | ) |
Definition at line 61 of file utest-mesh-boundingbox.cpp.
BOOST_AUTO_TEST_CASE | ( | test | ) |
Definition at line 70 of file utest-mesh-boundingbox.cpp.
BOOST_AUTO_TEST_CASE | ( | finalize_mpi | ) |
Definition at line 114 of file utest-mesh-boundingbox.cpp.
Send comments to: COOLFluiD Web Admin |