COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>
#include "common/Core.hpp"
#include "common/Environment.hpp"
#include "mesh/Domain.hpp"
#include "solver/ModelUnsteady.hpp"
#include "solver/Time.hpp"
#include "solver/actions/Proto/ProtoAction.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include "solver/actions/Iterate.hpp"
#include "solver/CriterionTime.hpp"
#include "solver/actions/AdvanceTime.hpp"
#include "Tools/MeshGeneration/MeshGeneration.hpp"
#include "mesh/MeshGenerator.hpp"
#include "UFEM/LSSActionUnsteady.hpp"
#include "UFEM/Solver.hpp"
#include "UFEM/Tags.hpp"
#include "math/LSS/ZeroLSS.hpp"
#include "math/LSS/SolveLSS.hpp"
Go to the source code of this file.
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 | |
BOOST_AUTO_TEST_CASE (InitMPI) | |
BOOST_AUTO_TEST_CASE (ProtoSystem) | |
#define BOOST_PROTO_MAX_ARITY 10 |
Definition at line 12 of file utest-proto-systems.cpp.
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-proto-systems.cpp.
#define BOOST_TEST_MODULE "Test module for heat-conduction related proto operations" |
Definition at line 8 of file utest-proto-systems.cpp.
Definition at line 52 of file utest-proto-systems.cpp.
typedef std::vector<std::string> StringsT |
Definition at line 51 of file utest-proto-systems.cpp.
BOOST_AUTO_TEST_CASE | ( | InitMPI | ) |
Definition at line 56 of file utest-proto-systems.cpp.
BOOST_AUTO_TEST_CASE | ( | ProtoSystem | ) |
Definition at line 62 of file utest-proto-systems.cpp.
Send comments to: COOLFluiD Web Admin |