![]() |
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 "common/Foreach.hpp"#include "common/OSystem.hpp"#include "common/OSystemLayer.hpp"#include "common/PE/Comm.hpp"#include "common/PE/debug.hpp"#include "mesh/Mesh.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Field.hpp"#include "mesh/Region.hpp"#include "mesh/MeshReader.hpp"#include "mesh/MeshWriter.hpp"#include "mesh/MeshGenerator.hpp"#include "mesh/MeshPartitioner.hpp"#include "mesh/MeshTransformer.hpp"Go to the source code of this file.
Classes | |
| struct | ZoltanTests_Fixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for zoltan load balancing library" |
Functions | |
| BOOST_AUTO_TEST_CASE (init_mpi) | |
| BOOST_AUTO_TEST_CASE (sandbox) | |
| BOOST_AUTO_TEST_CASE (MeshPartitioner_test_quadtriag) | |
| BOOST_AUTO_TEST_CASE (finalize_mpi) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-zoltan.cpp.
| #define BOOST_TEST_MODULE "Test module for zoltan load balancing library" |
Definition at line 8 of file utest-mesh-zoltan.cpp.
| BOOST_AUTO_TEST_CASE | ( | init_mpi | ) |
Definition at line 72 of file utest-mesh-zoltan.cpp.
| BOOST_AUTO_TEST_CASE | ( | sandbox | ) |
Definition at line 81 of file utest-mesh-zoltan.cpp.
| BOOST_AUTO_TEST_CASE | ( | MeshPartitioner_test_quadtriag | ) |
Definition at line 201 of file utest-mesh-zoltan.cpp.
| BOOST_AUTO_TEST_CASE | ( | finalize_mpi | ) |
Definition at line 269 of file utest-mesh-zoltan.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |