![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/assign.hpp>#include <boost/lexical_cast.hpp>#include <boost/test/unit_test.hpp>#include "common/Core.hpp"#include "common/Environment.hpp"#include "common/PE/debug.hpp"#include "math/LSS/System.hpp"#include "mesh/Domain.hpp"#include "mesh/LagrangeP1/Line1D.hpp"#include "solver/Model.hpp"#include "math/LSS/SolveLSS.hpp"#include "solver/actions/Proto/ProtoAction.hpp"#include "solver/actions/Proto/Expression.hpp"#include "Tools/MeshGeneration/MeshGeneration.hpp"#include "UFEM/LSSAction.hpp"#include "UFEM/Solver.hpp"#include "UFEM/Tags.hpp"Go to the source code of this file.
Classes | |
| struct | ProtoHeatFixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for heat-conduction related proto operations" |
| #define | BOOST_PROTO_MAX_ARITY 10 |
Typedefs | |
| typedef std::vector< std::string > | StringsT |
| typedef std::vector< Uint > | SizesT |
Functions | |
| void | check_close (const Real a, const Real b, const Real threshold) |
| Check close, for testing purposes. More... | |
| BOOST_AUTO_TEST_CASE (InitMPI) | |
| BOOST_AUTO_TEST_CASE (Heat2DParallel) | |
Variables | |
| static boost::proto::terminal< void(*)(Real, Real, Real) >::type const | _check_close = {&check_close} |
| #define BOOST_PROTO_MAX_ARITY 10 |
Definition at line 15 of file utest-proto-heat-parallel.cpp.
| #define BOOST_TEST_DYN_LINK |
Definition at line 8 of file utest-proto-heat-parallel.cpp.
| #define BOOST_TEST_MODULE "Test module for heat-conduction related proto operations" |
Definition at line 9 of file utest-proto-heat-parallel.cpp.
Definition at line 55 of file utest-proto-heat-parallel.cpp.
| typedef std::vector<std::string> StringsT |
Definition at line 54 of file utest-proto-heat-parallel.cpp.
| BOOST_AUTO_TEST_CASE | ( | InitMPI | ) |
Definition at line 79 of file utest-proto-heat-parallel.cpp.
| BOOST_AUTO_TEST_CASE | ( | Heat2DParallel | ) |
Definition at line 85 of file utest-proto-heat-parallel.cpp.
|
inline |
Check close, for testing purposes.
Definition at line 59 of file utest-proto-heat-parallel.cpp.
|
static |
Definition at line 64 of file utest-proto-heat-parallel.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |