![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/assign/list_of.hpp>#include <boost/test/unit_test.hpp>#include "common/Log.hpp"#include "math/Consts.hpp"#include "mesh/ElementType.hpp"#include "common/Table.hpp"#include "mesh/ElementData.hpp"#include "mesh/Integrators/Gauss.hpp"#include "mesh/LagrangeP1/Line3D.hpp"#include "Tools/Testing/Difference.hpp"Go to the source code of this file.
Classes | |
| struct | LagrangeP1Line3DFixture |
| struct | LagrangeP1Line3DFixture::ConstFunctor |
| struct | LagrangeP1Line3DFixture::TangentVectorNorm |
| Returns the norm of the tangen vector to the curve. More... | |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for the LagrangeP1 Line3D Element types" |
Typedefs | |
| typedef Line3D | ETYPE |
Functions | |
| template<typename ResultT , typename FunctorT > | |
| void | integrate_region (ResultT &result, FunctorT functor, const Table< Real > &coordinates, const Table< Uint > &connectivity) |
| Integral over a region. More... | |
| template<typename ResultT , typename FunctorT , typename NodesT > | |
| void | integrate_element (ResultT &result, FunctorT functor, const NodesT &nodes) |
| Integral over an element. More... | |
| BOOST_AUTO_TEST_CASE (Length) | |
| BOOST_AUTO_TEST_CASE (ShapeFunction) | |
| BOOST_AUTO_TEST_CASE (MappedGradient) | |
| BOOST_AUTO_TEST_CASE (Jacobian) | |
| BOOST_AUTO_TEST_CASE (IntegrateConst) | |
| BOOST_AUTO_TEST_CASE (LineIntegral) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-mesh-lagrangep1-line3d.cpp.
| #define BOOST_TEST_MODULE "Test module for the LagrangeP1 Line3D Element types" |
Definition at line 8 of file utest-mesh-lagrangep1-line3d.cpp.
Definition at line 38 of file utest-mesh-lagrangep1-line3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | Length | ) |
Definition at line 159 of file utest-mesh-lagrangep1-line3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | ShapeFunction | ) |
Definition at line 167 of file utest-mesh-lagrangep1-line3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | MappedGradient | ) |
Definition at line 178 of file utest-mesh-lagrangep1-line3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | Jacobian | ) |
Definition at line 188 of file utest-mesh-lagrangep1-line3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | IntegrateConst | ) |
Definition at line 198 of file utest-mesh-lagrangep1-line3d.cpp.
| BOOST_AUTO_TEST_CASE | ( | LineIntegral | ) |
Definition at line 225 of file utest-mesh-lagrangep1-line3d.cpp.
| void integrate_element | ( | ResultT & | result, |
| FunctorT | functor, | ||
| const NodesT & | nodes | ||
| ) |
Integral over an element.
Definition at line 145 of file utest-mesh-lagrangep1-line3d.cpp.
| void integrate_region | ( | ResultT & | result, |
| FunctorT | functor, | ||
| const Table< Real > & | coordinates, | ||
| const Table< Uint > & | connectivity | ||
| ) |
Integral over a region.
Definition at line 132 of file utest-mesh-lagrangep1-line3d.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |