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/Environment.hpp"
#include "math/VariablesDescriptor.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Region.hpp"
#include "mesh/MeshReader.hpp"
#include "mesh/MeshWriter.hpp"
#include "mesh/MeshTransformer.hpp"
#include "mesh/Field.hpp"
#include "mesh/Entities.hpp"
#include "mesh/Space.hpp"
#include "common/DynTable.hpp"
#include "common/List.hpp"
#include "common/Table.hpp"
#include "mesh/Dictionary.hpp"
Go to the source code of this file.
Classes | |
struct | gmshReaderMPITests_Fixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::mesh::gmsh::Reader" |
Functions | |
BOOST_AUTO_TEST_CASE (init_mpi) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_triag_p1) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_triag_p2) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_quad_p1) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_quad_p2) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_mix_p1) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_mix_p2) | |
BOOST_AUTO_TEST_CASE (read_2d_mesh_mix_p1_out) | |
BOOST_AUTO_TEST_CASE (finalize_mpi) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-gmsh.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::mesh::gmsh::Reader" |
Definition at line 8 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | init_mpi | ) |
Definition at line 70 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_triag_p1 | ) |
Definition at line 78 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_triag_p2 | ) |
Definition at line 114 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_quad_p1 | ) |
Definition at line 141 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_quad_p2 | ) |
Definition at line 167 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_mix_p1 | ) |
Definition at line 194 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_mix_p2 | ) |
Definition at line 221 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | read_2d_mesh_mix_p1_out | ) |
Definition at line 248 of file utest-mesh-gmsh.cpp.
BOOST_AUTO_TEST_CASE | ( | finalize_mpi | ) |
Definition at line 314 of file utest-mesh-gmsh.cpp.
Send comments to: COOLFluiD Web Admin |