preCICE v3.2.0
Loading...
Searching...
No Matches
ReceivedPartitionTest.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "com/Communication.hpp"
#include "com/Extra.hpp"
#include "com/SharedPointer.hpp"
#include "com/SocketCommunication.hpp"
#include "com/SocketCommunicationFactory.hpp"
#include "fixtures.hpp"
#include "m2n/DistributedComFactory.hpp"
#include "m2n/M2N.hpp"
#include "mapping/Mapping.hpp"
#include "mapping/NearestNeighborMapping.hpp"
#include "mapping/NearestProjectionMapping.hpp"
#include "mapping/PetRadialBasisFctMapping.hpp"
#include "mapping/SharedPointer.hpp"
#include "mapping/impl/BasisFunctions.hpp"
#include "math/constants.hpp"
#include "mesh/BoundingBox.hpp"
#include "mesh/Data.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "mesh/Vertex.hpp"
#include "partition/Partition.hpp"
#include "partition/ProvidedPartition.hpp"
#include "partition/ReceivedPartition.hpp"
#include "precice/impl/Types.hpp"
#include "precice/impl/versions.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/assertion.hpp"
Include dependency graph for ReceivedPartitionTest.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

void createSolidzMesh2D (mesh::PtrMesh pSolidzMesh)
void createSolidzMesh2DSmall (mesh::PtrMesh pSolidzMesh)
void createNastinMesh2D (mesh::PtrMesh pNastinMesh, Rank rank)
void createNastinMesh2D2 (mesh::PtrMesh pNastinMesh, Rank rank)
void createSolidzMesh3D (mesh::PtrMesh pSolidzMesh)
void createNastinMesh3D (mesh::PtrMesh pNastinMesh, Rank rank)
void createNastinMesh3D2 (mesh::PtrMesh pNastinMesh, Rank rank)
 PRECICE_TEST_SETUP ("Solid"_on(1_rank), "Fluid"_on(3_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(RePartitionNNBroadcastFilter2D)
 PRECICE_TEST_SETUP ("Solid"_on(1_rank), "Fluid"_on(3_ranks).setupIntraComm(), Require::Events, Require::PETSc) BOOST_AUTO_TEST_CASE(RePartitionRBFGlobal2D)
 PRECICE_TEST_SETUP ("Fluid"_on(3_ranks).setupIntraComm(), "Solid"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(RePartitionNPBroadcastFilter3D)
 PRECICE_TEST_SETUP ("Fluid"_on(1_rank), "Solid"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(ProvideAndReceiveCouplingMode)
 PRECICE_TEST_SETUP ("SOLIDZ"_on(1_rank), "NASTIN"_on(3_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(TestCompareBoundingBoxes2D)
void testParallelSetOwnerInformation (mesh::PtrMesh mesh, int dimensions)
 PRECICE_TEST_SETUP (""_on(4_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(parallelSetOwnerInformationVertexCount)

Function Documentation

◆ createNastinMesh2D()

void createNastinMesh2D ( mesh::PtrMesh pNastinMesh,
Rank rank )

Definition at line 101 of file ReceivedPartitionTest.cpp.

◆ createNastinMesh2D2()

void createNastinMesh2D2 ( mesh::PtrMesh pNastinMesh,
Rank rank )

Definition at line 125 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ createNastinMesh3D()

void createNastinMesh3D ( mesh::PtrMesh pNastinMesh,
Rank rank )

Definition at line 183 of file ReceivedPartitionTest.cpp.

◆ createNastinMesh3D2()

void createNastinMesh3D2 ( mesh::PtrMesh pNastinMesh,
Rank rank )

Definition at line 207 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ createSolidzMesh2D()

void createSolidzMesh2D ( mesh::PtrMesh pSolidzMesh)

Definition at line 50 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ createSolidzMesh2DSmall()

void createSolidzMesh2DSmall ( mesh::PtrMesh pSolidzMesh)

Definition at line 83 of file ReceivedPartitionTest.cpp.

◆ createSolidzMesh3D()

void createSolidzMesh3D ( mesh::PtrMesh pSolidzMesh)

Definition at line 150 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [1/6]

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

Definition at line 1100 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [2/6]

PRECICE_TEST_SETUP ( "Fluid" _on1_rank,
"Solid" _on1_rank,
Require::Events  )

Definition at line 860 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [3/6]

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

Definition at line 721 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [4/6]

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

Definition at line 232 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [5/6]

PRECICE_TEST_SETUP ( "Solid" _on1_rank,
"Fluid" _on3_ranks).setupIntraComm(,
Require::Events ,
Require::PETSc  )

Definition at line 394 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [6/6]

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

Definition at line 929 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function:

◆ testParallelSetOwnerInformation()

void testParallelSetOwnerInformation ( mesh::PtrMesh mesh,
int dimensions )

Definition at line 1067 of file ReceivedPartitionTest.cpp.

Here is the call graph for this function: