![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/assign.hpp>#include <boost/test/unit_test.hpp>#include "common/Core.hpp"#include "common/Environment.hpp"#include "common/PE/CommPattern.hpp"#include "math/LSS/System.hpp"#include "mesh/Domain.hpp"#include "mesh/LagrangeP1/Line1D.hpp"#include "solver/Model.hpp"#include "solver/actions/Proto/ProtoAction.hpp"#include "solver/actions/Proto/Expression.hpp"#include "Tools/MeshGeneration/MeshGeneration.hpp"#include "mesh/MeshGenerator.hpp"#include "UFEM/LSSAction.hpp"#include "UFEM/Solver.hpp"#include "UFEM/SparsityBuilder.hpp"#include "UFEM/Tags.hpp"#include "math/LSS/SolveLSS.hpp"Go to the source code of this file.
Classes | |
| struct | UFEMBuildSparsityFixture |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for heat-conduction related proto operations" |
Functions | |
| BOOST_AUTO_TEST_CASE (InitMPI) | |
| BOOST_AUTO_TEST_CASE (Sparsity1D) | |
| BOOST_AUTO_TEST_CASE (Sparsity2DQuads) | |
| BOOST_AUTO_TEST_CASE (Sparsity2DTris) | |
| BOOST_AUTO_TEST_CASE (Sparsity3DHexaBlock) | |
| BOOST_AUTO_TEST_CASE (Sparsity3DHexaChannel) | |
| BOOST_AUTO_TEST_CASE (Heat1DComponent) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ufem-buildsparsity.cpp.
| #define BOOST_TEST_MODULE "Test module for heat-conduction related proto operations" |
Definition at line 8 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | InitMPI | ) |
Definition at line 60 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | Sparsity1D | ) |
Definition at line 66 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | Sparsity2DQuads | ) |
Definition at line 115 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | Sparsity2DTris | ) |
Definition at line 154 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | Sparsity3DHexaBlock | ) |
Definition at line 194 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | Sparsity3DHexaChannel | ) |
Definition at line 257 of file utest-ufem-buildsparsity.cpp.
| BOOST_AUTO_TEST_CASE | ( | Heat1DComponent | ) |
Definition at line 299 of file utest-ufem-buildsparsity.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |