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 "common/PE/all_reduce.hpp"
#include "common/PE/debug.hpp"
#include "common/PE/Comm.hpp"
#include "math/MatrixTypes.hpp"
#include "mesh/Domain.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/MeshTransformer.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/LagrangeP1/Hexa3D.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 | ProtoParallelFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for benchmarking proto operators" |
Functions | |
BOOST_AUTO_TEST_CASE (Initialize) | |
BOOST_FIXTURE_TEST_CASE (SetupNoOverlap, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (SimulateNoOverlap, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (SetupOverlap, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (BuildGlobalConn, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (GrowOverlap, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (CreateOverlapFields, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (SimulateOverlap, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (CheckResultNoOverlap, ProtoParallelFixture) | |
BOOST_FIXTURE_TEST_CASE (CheckResultOverlap, ProtoParallelFixture) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file ptest-proto-parallel.cpp.
#define BOOST_TEST_MODULE "Test module for benchmarking proto operators" |
Definition at line 8 of file ptest-proto-parallel.cpp.
BOOST_AUTO_TEST_CASE | ( | Initialize | ) |
Definition at line 129 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | SetupNoOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 135 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | SimulateNoOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 169 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | SetupOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 176 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | BuildGlobalConn | , |
ProtoParallelFixture | |||
) |
Definition at line 206 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | GrowOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 215 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | CreateOverlapFields | , |
ProtoParallelFixture | |||
) |
Definition at line 224 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | SimulateOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 235 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | CheckResultNoOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 243 of file ptest-proto-parallel.cpp.
BOOST_FIXTURE_TEST_CASE | ( | CheckResultOverlap | , |
ProtoParallelFixture | |||
) |
Definition at line 271 of file ptest-proto-parallel.cpp.
Send comments to: COOLFluiD Web Admin |