COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>
#include <boost/assign/list_of.hpp>
#include "common/Log.hpp"
#include "common/OptionList.hpp"
#include "common/Core.hpp"
#include "common/PE/debug.hpp"
#include "common/PE/Comm.hpp"
#include "math/Consts.hpp"
#include "mesh/actions/Rotate.hpp"
#include "mesh/MeshWriter.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SimpleMeshGenerator.hpp"
Go to the source code of this file.
Classes | |
struct | TestRotate_Fixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Tests mesh::actions::Rotate" |
Functions | |
BOOST_AUTO_TEST_CASE (Init) | |
BOOST_AUTO_TEST_CASE (test_rotate_2d) | |
BOOST_AUTO_TEST_CASE (test_rotate_3d) | |
BOOST_AUTO_TEST_CASE (test_translate_2d) | |
BOOST_AUTO_TEST_CASE (test_translate_3d) | |
BOOST_AUTO_TEST_CASE (Terminate) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-actions-rotate-translate.cpp.
#define BOOST_TEST_MODULE "Tests mesh::actions::Rotate" |
Definition at line 8 of file utest-mesh-actions-rotate-translate.cpp.
BOOST_AUTO_TEST_CASE | ( | Init | ) |
Definition at line 67 of file utest-mesh-actions-rotate-translate.cpp.
BOOST_AUTO_TEST_CASE | ( | test_rotate_2d | ) |
Definition at line 75 of file utest-mesh-actions-rotate-translate.cpp.
BOOST_AUTO_TEST_CASE | ( | test_rotate_3d | ) |
Definition at line 95 of file utest-mesh-actions-rotate-translate.cpp.
BOOST_AUTO_TEST_CASE | ( | test_translate_2d | ) |
Definition at line 117 of file utest-mesh-actions-rotate-translate.cpp.
BOOST_AUTO_TEST_CASE | ( | test_translate_3d | ) |
Definition at line 132 of file utest-mesh-actions-rotate-translate.cpp.
BOOST_AUTO_TEST_CASE | ( | Terminate | ) |
Definition at line 147 of file utest-mesh-actions-rotate-translate.cpp.
Send comments to: COOLFluiD Web Admin |