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 "common/Group.hpp"
#include "mesh/Domain.hpp"
#include "mesh/LagrangeP1/Triag2D.hpp"
#include "mesh/LagrangeP1/Tetra3D.hpp"
#include "solver/Tags.hpp"
#include "solver/actions/Proto/ProtoAction.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include <solver/ModelUnsteady.hpp>
#include <solver/Solver.hpp>
#include <UFEM/Solver.hpp>
#include <UFEM/LSSActionUnsteady.hpp>
Go to the source code of this file.
Classes | |
struct | NavierStokesAssemblyFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Tests the assembly on a single element" |
#define | BOOST_PROTO_MAX_ARITY 10 |
#define | BOOST_MPL_LIMIT_METAFUNCTION_ARITY 10 |
Typedefs | |
typedef std::vector< std::string > | StringsT |
typedef std::vector< Uint > | SizesT |
Functions | |
BOOST_AUTO_TEST_CASE (InitMPI) | |
BOOST_AUTO_TEST_CASE (UnitTriangleUniform) | |
BOOST_AUTO_TEST_CASE (TetraUniform) | |
BOOST_AUTO_TEST_CASE (GenericTriangleUniform) | |
BOOST_AUTO_TEST_CASE (GenericTetraUniform) | |
BOOST_AUTO_TEST_CASE (GenericTriangleVortex) | |
BOOST_AUTO_TEST_CASE (GenericTetraVortex) | |
#define BOOST_MPL_LIMIT_METAFUNCTION_ARITY 10 |
Definition at line 16 of file utest-proto-ns-assembly.cpp.
#define BOOST_PROTO_MAX_ARITY 10 |
Definition at line 12 of file utest-proto-ns-assembly.cpp.
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-proto-ns-assembly.cpp.
#define BOOST_TEST_MODULE "Tests the assembly on a single element" |
Definition at line 8 of file utest-proto-ns-assembly.cpp.
Definition at line 47 of file utest-proto-ns-assembly.cpp.
typedef std::vector<std::string> StringsT |
Definition at line 46 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | InitMPI | ) |
Definition at line 151 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | UnitTriangleUniform | ) |
Definition at line 158 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | TetraUniform | ) |
Definition at line 166 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | GenericTriangleUniform | ) |
Definition at line 173 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | GenericTetraUniform | ) |
Definition at line 182 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | GenericTriangleVortex | ) |
Definition at line 190 of file utest-proto-ns-assembly.cpp.
BOOST_AUTO_TEST_CASE | ( | GenericTetraVortex | ) |
Definition at line 198 of file utest-proto-ns-assembly.cpp.
Send comments to: COOLFluiD Web Admin |