preCICE v3.2.0
Loading...
Searching...
No Matches
ProvidedPartitionTest.cpp File Reference
#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"
Include dependency graph for ProvidedPartitionTest.cpp:

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

 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)

Function Documentation

◆ PRECICE_TEST_SETUP() [1/4]

PRECICE_TEST_SETUP ( "NASTIN" _on1_rank,
"SOLIDZ" _on3_ranks).setupIntraComm(,
Require::Events  )

Definition at line 41 of file ProvidedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [2/4]

PRECICE_TEST_SETUP ( "NASTIN" _on4_ranks).setupIntraComm(,
Require::Events  )

Definition at line 225 of file ProvidedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [3/4]

PRECICE_TEST_SETUP ( "Solid" _on2_ranks).setupIntraComm(,
"Fluid" _on2_ranks).setupIntraComm(,
Require::Events  )

Definition at line 493 of file ProvidedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [4/4]

PRECICE_TEST_SETUP ( "SOLIDZ" _on3_ranks).setupIntraComm(,
"NASTIN" _on1_rank,
Require::Events  )

Definition at line 302 of file ProvidedPartitionTest.cpp.

Here is the call graph for this function: