![]() |
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/foreach.hpp>#include "common/Log.hpp"#include "common/Core.hpp"#include "common/FindComponents.hpp"#include "common/Group.hpp"#include "common/List.hpp"#include "mesh/Connectivity.hpp"#include "mesh/Mesh.hpp"#include "mesh/Region.hpp"#include "mesh/Elements.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Space.hpp"#include "mesh/Field.hpp"#include "mesh/ElementData.hpp"#include "mesh/ElementType.hpp"#include "mesh/ElementConnectivity.hpp"#include "mesh/MeshWriter.hpp"Go to the source code of this file.
Classes | |
| class | ElementIterator |
| struct | SpaceElement |
| struct | MeshConstruction_Fixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Tests mesh construction" |
Functions | |
| boost::iterator_range< ElementIterator > | make_range (Entities &entities) |
| BOOST_AUTO_TEST_CASE (P1_2D_MeshConstruction) | |
| BOOST_AUTO_TEST_CASE (P2_2D_MeshConstruction) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-construction.cpp.
| #define BOOST_TEST_MODULE "Tests mesh construction" |
Definition at line 8 of file utest-mesh-construction.cpp.
| BOOST_AUTO_TEST_CASE | ( | P1_2D_MeshConstruction | ) |
Definition at line 208 of file utest-mesh-construction.cpp.
| BOOST_AUTO_TEST_CASE | ( | P2_2D_MeshConstruction | ) |
Definition at line 355 of file utest-mesh-construction.cpp.
| boost::iterator_range<ElementIterator> make_range | ( | Entities & | entities | ) |
Definition at line 95 of file utest-mesh-construction.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |