COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
#include "solver/Model.hpp"
#include "solver/Solver.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 <solver/actions/Proto/ProtoAction.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/MeshReader.hpp"
#include "mesh/ElementData.hpp"
#include "mesh/FieldManager.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/Integrators/Gauss.hpp"
#include "mesh/ElementTypes.hpp"
#include "solver/Tags.hpp"
#include "physics/PhysModel.hpp"
#include "Tools/MeshGeneration/MeshGeneration.hpp"
#include "Tools/Testing/TimedTestFixture.hpp"
Go to the source code of this file.
Classes | |
struct | SumVectorNorm |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for proto operators" |
Functions | |
BOOST_AUTO_TEST_CASE (InitFields) | |
BOOST_AUTO_TEST_CASE (LinearizeU) | |
BOOST_AUTO_TEST_CASE (CheckResult) | |
BOOST_AUTO_TEST_CASE (NodeFunctor) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-proto-nodeloop.cpp.
#define BOOST_TEST_MODULE "Test module for proto operators" |
Definition at line 8 of file utest-proto-nodeloop.cpp.
BOOST_AUTO_TEST_CASE | ( | InitFields | ) |
Definition at line 70 of file utest-proto-nodeloop.cpp.
BOOST_AUTO_TEST_CASE | ( | LinearizeU | ) |
Definition at line 100 of file utest-proto-nodeloop.cpp.
BOOST_AUTO_TEST_CASE | ( | CheckResult | ) |
Definition at line 119 of file utest-proto-nodeloop.cpp.
BOOST_AUTO_TEST_CASE | ( | NodeFunctor | ) |
Definition at line 158 of file utest-proto-nodeloop.cpp.
Send comments to: COOLFluiD Web Admin |