![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/foreach.hpp>#include <boost/lexical_cast.hpp>#include <boost/test/unit_test.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/MeshWriter.hpp"#include "mesh/ElementData.hpp"#include "mesh/FieldManager.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Integrators/Gauss.hpp"#include "mesh/LagrangeP0/Hexa.hpp"#include "mesh/BlockMesh/BlockData.hpp"#include "physics/PhysModel.hpp"#include "solver/Model.hpp"#include "solver/Solver.hpp"#include "solver/Tags.hpp"#include "solver/actions/ForAllElements.hpp"#include "solver/actions/ComputeVolume.hpp"#include "solver/actions/Proto/ProtoAction.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 "Tools/MeshGeneration/MeshGeneration.hpp"#include "Tools/Testing/ProfiledTestFixture.hpp"#include "Tools/Testing/TimedTestFixture.hpp"Go to the source code of this file.
Classes | |
| struct | ProtoBenchmarkFixture |
| struct | ProtoBenchmarkFixture::DirectArrays |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for benchmarking proto operators" |
Functions | |
| BOOST_AUTO_TEST_CASE (SetupProto) | |
| BOOST_AUTO_TEST_CASE (SetupDirect) | |
| BOOST_AUTO_TEST_CASE (SetupVolumeComputer) | |
| BOOST_AUTO_TEST_CASE (SimulateProto) | |
| BOOST_AUTO_TEST_CASE (SimulateDirect) | |
| BOOST_AUTO_TEST_CASE (SimulateVolumeComputer) | |
| BOOST_AUTO_TEST_CASE (CheckResult) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file ptest-proto-benchmark.cpp.
| #define BOOST_TEST_MODULE "Test module for benchmarking proto operators" |
Definition at line 8 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | SetupProto | ) |
Definition at line 143 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | SetupDirect | ) |
Definition at line 158 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | SetupVolumeComputer | ) |
Definition at line 176 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | SimulateProto | ) |
Definition at line 198 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | SimulateDirect | ) |
Definition at line 205 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | SimulateVolumeComputer | ) |
Definition at line 224 of file ptest-proto-benchmark.cpp.
| BOOST_AUTO_TEST_CASE | ( | CheckResult | ) |
Definition at line 232 of file ptest-proto-benchmark.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |