|
preCICE v3.3.0
|
#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.
Classes | |
| class | ProvidedPartition |
| A partition that is provided by the participant. More... | |
| class | ReceivedPartition |
| A partition that is computed from a mesh received from another participant. More... | |
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::mesh |
| provides Mesh, Data and primitives. | |
Functions | |
| PRECICE_TEST_SETUP ("NASTIN"_on(1_rank), "SOLIDZ"_on(3_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(TestGatherAndCommunicate2D) | |
| PRECICE_TEST_SETUP ("NASTIN"_on(4_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(TestOnlyDistribution2D) | |
| PRECICE_TEST_SETUP ("SOLIDZ"_on(3_ranks).setupIntraComm(), "NASTIN"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(TestCompareBoundingBoxes2D) | |
| PRECICE_TEST_SETUP ("Solid"_on(2_ranks).setupIntraComm(), "Fluid"_on(2_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(TestCommunicateLocalMeshPartitions) | |
| PRECICE_TEST_SETUP | ( | "NASTIN" | _on1_rank, |
| "SOLIDZ" | _on3_ranks).setupIntraComm(, | ||
| Require::Events | ) |
| PRECICE_TEST_SETUP | ( | "NASTIN" | _on4_ranks).setupIntraComm(, |
| Require::Events | ) |
| PRECICE_TEST_SETUP | ( | "Solid" | _on2_ranks).setupIntraComm(, |
| "Fluid" | _on2_ranks).setupIntraComm(, | ||
| Require::Events | ) |
| PRECICE_TEST_SETUP | ( | "SOLIDZ" | _on3_ranks).setupIntraComm(, |
| "NASTIN" | _on1_rank, | ||
| Require::Events | ) |