preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <deque>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "com/Communication.hpp"
#include "com/Extra.hpp"
#include "com/SharedPointer.hpp"
#include "m2n/M2N.hpp"
#include "mapping/Mapping.hpp"
#include "mapping/NearestNeighborMapping.hpp"
#include "mapping/SharedPointer.hpp"
#include "math/constants.hpp"
#include "mesh/BoundingBox.hpp"
#include "mesh/Data.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "partition/Partition.hpp"
#include "partition/ProvidedPartition.hpp"
#include "partition/ReceivedPartition.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/assertion.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 (TestGatherAndCommunicate2D) | |
BOOST_AUTO_TEST_CASE (TestGatherAndCommunicate3D) | |
BOOST_AUTO_TEST_CASE (TestOnlyDistribution2D) | |
BOOST_AUTO_TEST_CASE (TestCompareBoundingBoxes2D) | |
BOOST_AUTO_TEST_CASE (TestSendBoundingBoxes3D) | |
BOOST_AUTO_TEST_CASE (TestCommunicateLocalMeshPartitions) | |
BOOST_AUTO_TEST_CASE (TestTwoLevelRepartitioning2D) | |
BOOST_AUTO_TEST_CASE (TestTwoLevelRepartitioning3D) | |
BOOST_AUTO_TEST_CASE | ( | TestCommunicateLocalMeshPartitions | ) |
BOOST_AUTO_TEST_CASE | ( | TestCompareBoundingBoxes2D | ) |
BOOST_AUTO_TEST_CASE | ( | TestGatherAndCommunicate2D | ) |
BOOST_AUTO_TEST_CASE | ( | TestGatherAndCommunicate3D | ) |
BOOST_AUTO_TEST_CASE | ( | TestOnlyDistribution2D | ) |
BOOST_AUTO_TEST_CASE | ( | TestSendBoundingBoxes3D | ) |
BOOST_AUTO_TEST_CASE | ( | TestTwoLevelRepartitioning2D | ) |
BOOST_AUTO_TEST_CASE | ( | TestTwoLevelRepartitioning3D | ) |