![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iostream>#include <boost/test/unit_test.hpp>#include <boost/assign/list_of.hpp>#include <boost/foreach.hpp>#include "common/Log.hpp"#include "common/OptionList.hpp"#include "common/Core.hpp"#include "math/MatrixTypes.hpp"#include "math/VariablesDescriptor.hpp"#include "mesh/Mesh.hpp"#include "mesh/Region.hpp"#include "mesh/Elements.hpp"#include "mesh/Connectivity.hpp"#include "mesh/Dictionary.hpp"#include "mesh/SimpleMeshGenerator.hpp"#include "mesh/Field.hpp"#include "mesh/Space.hpp"#include "mesh/Faces.hpp"#include "mesh/Cells.hpp"Go to the source code of this file.
Classes | |
| struct | DictionaryTests_Fixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for cf3::mesh::Dictionary" |
Functions | |
| template<typename Derived > | |
| void | map (Field &field, Eigen::Map< Derived > &v, const Uint row_idx, const Uint var_idx) |
| template<typename Derived > | |
| Derived::MapType | map (Field &field, const Uint row_idx, const Uint var_idx) |
| BOOST_AUTO_TEST_CASE (test_MeshCreation) | |
| BOOST_AUTO_TEST_CASE (test_Dictionary) | |
| BOOST_AUTO_TEST_CASE (test_Field) | |
| BOOST_AUTO_TEST_CASE (FieldOperators) | |
| BOOST_AUTO_TEST_CASE (FieldVariables) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-dictionary.cpp.
| #define BOOST_TEST_MODULE "Test module for cf3::mesh::Dictionary" |
Definition at line 8 of file utest-mesh-dictionary.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_MeshCreation | ) |
Definition at line 82 of file utest-mesh-dictionary.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_Dictionary | ) |
Definition at line 92 of file utest-mesh-dictionary.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_Field | ) |
Definition at line 178 of file utest-mesh-dictionary.cpp.
| BOOST_AUTO_TEST_CASE | ( | FieldOperators | ) |
Definition at line 215 of file utest-mesh-dictionary.cpp.
| BOOST_AUTO_TEST_CASE | ( | FieldVariables | ) |
Definition at line 241 of file utest-mesh-dictionary.cpp.
Definition at line 63 of file utest-mesh-dictionary.cpp.
Definition at line 70 of file utest-mesh-dictionary.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |