preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <list>
#include <memory>
#include <string>
#include "action/Action.hpp"
#include "action/ScaleByAreaAction.hpp"
#include "action/SharedPointer.hpp"
#include "action/config/ActionConfiguration.hpp"
#include "logging/Logger.hpp"
#include "mesh/Data.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "mesh/config/DataConfiguration.hpp"
#include "mesh/config/MeshConfiguration.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "xml/XMLTag.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::mesh |
provides Mesh, Data and primitives. | |
Functions | |
BOOST_AUTO_TEST_CASE (DivideByArea2D) | |
BOOST_AUTO_TEST_CASE (DivideByArea3D) | |
BOOST_AUTO_TEST_CASE (Configuration) | |
BOOST_AUTO_TEST_CASE | ( | Configuration | ) |
BOOST_AUTO_TEST_CASE | ( | DivideByArea2D | ) |
BOOST_AUTO_TEST_CASE | ( | DivideByArea3D | ) |