COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
#include "solver/Model.hpp"
#include "solver/Solver.hpp"
#include "solver/actions/Proto/ElementLooper.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include "solver/actions/Proto/Functions.hpp"
#include "solver/actions/Proto/NodeLooper.hpp"
#include "solver/actions/Proto/Terminals.hpp"
#include "common/Core.hpp"
#include "common/Log.hpp"
#include "math/MatrixTypes.hpp"
#include "mesh/Domain.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Region.hpp"
#include "mesh/Elements.hpp"
#include "mesh/MeshReader.hpp"
#include "mesh/ElementData.hpp"
#include "mesh/FieldManager.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/Integrators/Gauss.hpp"
#include "mesh/ElementTypes.hpp"
#include "physics/PhysModel.hpp"
#include "Tools/MeshGeneration/MeshGeneration.hpp"
#include "Tools/Testing/TimedTestFixture.hpp"
#include "Tools/Testing/ProfiledTestFixture.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for proto operators" |
Typedefs | |
typedef boost::mpl::vector3< mesh::LagrangeP1::Line1D, mesh::LagrangeP1::Quad2D, mesh::LagrangeP1::Hexa3D > | HigherIntegrationElements |
List of all supported shapefunctions that allow high order integration. More... | |
typedef boost::mpl::vector5< mesh::LagrangeP1::Line1D, mesh::LagrangeP1::Triag2D, mesh::LagrangeP1::Quad2D, mesh::LagrangeP1::Hexa3D, mesh::LagrangeP1::Tetra3D > | VolumeTypes |
Functions | |
void | check_close (const RealMatrix2 &a, const RealMatrix2 &b, const Real threshold) |
Check close, for testing purposes. More... | |
template<typename T > | |
void | print_type (T) |
template<typename T > | |
void | print_type () |
template<typename ExprT > | |
void | print_variables (const ExprT &) |
template<typename GrammarT , typename ExprT > | |
bool | get_result (const GrammarT &, const ExprT &) |
BOOST_AUTO_TEST_CASE (EquationVars) | |
BOOST_AUTO_TEST_CASE (SubExpressions) | |
Variables | |
static boost::proto::terminal< void(*)(const RealMatrix2 &, const RealMatrix2 &, Real) >::type const | _check_close = {&check_close} |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-proto-internals.cpp.
#define BOOST_TEST_MODULE "Test module for proto operators" |
Definition at line 8 of file utest-proto-internals.cpp.
typedef boost::mpl::vector3< mesh::LagrangeP1::Line1D, mesh::LagrangeP1::Quad2D, mesh::LagrangeP1::Hexa3D> HigherIntegrationElements |
List of all supported shapefunctions that allow high order integration.
Definition at line 71 of file utest-proto-internals.cpp.
typedef boost::mpl::vector5< mesh::LagrangeP1::Line1D, mesh::LagrangeP1::Triag2D, mesh::LagrangeP1::Quad2D, mesh::LagrangeP1::Hexa3D, mesh::LagrangeP1::Tetra3D> VolumeTypes |
Definition at line 78 of file utest-proto-internals.cpp.
BOOST_AUTO_TEST_CASE | ( | EquationVars | ) |
Definition at line 108 of file utest-proto-internals.cpp.
BOOST_AUTO_TEST_CASE | ( | SubExpressions | ) |
Definition at line 140 of file utest-proto-internals.cpp.
|
inline |
Check close, for testing purposes.
Definition at line 56 of file utest-proto-internals.cpp.
bool get_result | ( | const GrammarT & | , |
const ExprT & | |||
) |
Definition at line 101 of file utest-proto-internals.cpp.
void print_type | ( | T | ) |
Definition at line 83 of file utest-proto-internals.cpp.
void print_type | ( | ) |
Definition at line 89 of file utest-proto-internals.cpp.
void print_variables | ( | const ExprT & | ) |
Definition at line 95 of file utest-proto-internals.cpp.
|
static |
Definition at line 63 of file utest-proto-internals.cpp.
Send comments to: COOLFluiD Web Admin |