COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iomanip>
#include <boost/test/unit_test.hpp>
#include "coolfluid-packages.hpp"
#include "common/Log.hpp"
#include "common/OptionList.hpp"
#include "common/Core.hpp"
#include "common/Environment.hpp"
#include "common/Foreach.hpp"
#include "common/OSystem.hpp"
#include "common/OSystemLayer.hpp"
#include "common/PE/CommPattern.hpp"
#include "common/PE/CommWrapperMArray.hpp"
#include "common/PE/debug.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Elements.hpp"
#include "mesh/Region.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/Field.hpp"
#include "mesh/MeshReader.hpp"
#include "mesh/MeshWriter.hpp"
#include "mesh/MeshGenerator.hpp"
#include "mesh/MeshPartitioner.hpp"
#include "mesh/MeshTransformer.hpp"
#include "mesh/Space.hpp"
#include "mesh/Interpolator.hpp"
Go to the source code of this file.
Classes | |
struct | ParallelFieldsTests_Fixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for parallel fields" |
#define | GMSH |
Functions | |
BOOST_AUTO_TEST_CASE (init_mpi) | |
BOOST_AUTO_TEST_CASE (parallelize_and_synchronize) | |
BOOST_AUTO_TEST_CASE (minitest) | |
BOOST_AUTO_TEST_CASE (finalize_mpi) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-parallel-field.cpp.
#define BOOST_TEST_MODULE "Test module for parallel fields" |
Definition at line 8 of file utest-parallel-field.cpp.
#define GMSH |
BOOST_AUTO_TEST_CASE | ( | init_mpi | ) |
Definition at line 83 of file utest-parallel-field.cpp.
BOOST_AUTO_TEST_CASE | ( | parallelize_and_synchronize | ) |
Definition at line 91 of file utest-parallel-field.cpp.
BOOST_AUTO_TEST_CASE | ( | minitest | ) |
Definition at line 237 of file utest-parallel-field.cpp.
BOOST_AUTO_TEST_CASE | ( | finalize_mpi | ) |
Definition at line 385 of file utest-parallel-field.cpp.
Send comments to: COOLFluiD Web Admin |