![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>#include <boost/assign/list_of.hpp>#include <boost/foreach.hpp>#include <boost/mpl/for_each.hpp>#include "common/FindComponents.hpp"#include "common/Log.hpp"#include "mesh/Connectivity.hpp"#include "mesh/Mesh.hpp"#include "mesh/Region.hpp"#include "common/Table.hpp"#include "mesh/ElementData.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Field.hpp"#include "mesh/Space.hpp"#include "mesh/LagrangeP1/Tetra3D.hpp"#include "mesh/ElementTypes.hpp"#include "CGAL/ImplicitFunctionMesh.hpp"Go to the source code of this file.
Classes | |
| struct | GlobalFixture |
| Use a global fixture, so mesh creation happens only once. More... | |
| struct | TetraSFFixture |
| Fixture for each test. More... | |
| struct | LoopElems< FunctorT > |
| struct | VolumeFunctor |
| Simple test functor to compute the volume. More... | |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Tetrahedral mesh testing on CGAL generated meshes" |
Functions | |
| template<typename RangeT , typename FunctorT > | |
| void | loop_over_regions (const RangeT &range, FunctorT functor) |
| Looping over all elements in a range of regions. More... | |
| BOOST_GLOBAL_FIXTURE (GlobalFixture) BOOST_AUTO_TEST_CASE(MeshStats) | |
| Accumulate some statistics about the cell volumes. More... | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-cgal-tetra-sf.cpp.
| #define BOOST_TEST_MODULE "Tetrahedral mesh testing on CGAL generated meshes" |
Definition at line 8 of file utest-cgal-tetra-sf.cpp.
| BOOST_GLOBAL_FIXTURE | ( | GlobalFixture | ) |
Accumulate some statistics about the cell volumes.
Definition at line 123 of file utest-cgal-tetra-sf.cpp.
| void loop_over_regions | ( | const RangeT & | range, |
| FunctorT | functor | ||
| ) |
Looping over all elements in a range of regions.
Definition at line 105 of file utest-cgal-tetra-sf.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |