preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Functions
CompositionalCouplingSchemeTest.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include <cmath>
#include <memory>
#include <string>
#include <vector>
#include "../CompositionalCouplingScheme.hpp"
#include "../Constants.hpp"
#include "../SharedPointer.hpp"
#include "../config/CouplingSchemeConfiguration.hpp"
#include "DummyCouplingScheme.hpp"
#include "cplscheme/CouplingScheme.hpp"
#include "m2n/M2N.hpp"
#include "m2n/SharedPointer.hpp"
#include "m2n/config/M2NConfiguration.hpp"
#include "mesh/Data.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "mesh/config/DataConfiguration.hpp"
#include "mesh/config/MeshConfiguration.hpp"
#include "precice/config/ParticipantConfiguration.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "xml/XMLTag.hpp"
Include dependency graph for CompositionalCouplingSchemeTest.cpp:

Go to the source code of this file.

Classes

struct  CompositionalCouplingSchemeFixture
 

Functions

 BOOST_AUTO_TEST_CASE (testDummySchemeCompositionExplicit2)
 
 BOOST_AUTO_TEST_CASE (testDummySchemeCompositionExplicit3)
 
 BOOST_AUTO_TEST_CASE (testDummySchemeCompositionExplicit1Implicit2)
 
 BOOST_AUTO_TEST_CASE (testDummySchemeCompositionImplicit2Explicit1)
 
 BOOST_AUTO_TEST_CASE (testDummySchemeCompositionExplicit1Implicit3)
 
 BOOST_AUTO_TEST_CASE (testDummySchemeCompositionImplicit3Explicit1)
 
 BOOST_AUTO_TEST_CASE (testExplicitSchemeComposition1)
 Test that runs on 3 processors.
 
 BOOST_AUTO_TEST_CASE (testImplicitExplicitSchemeComposition)
 Test that runs on 3 processors.
 
 BOOST_AUTO_TEST_CASE (testExplicitImplicitSchemeComposition)
 Test that runs on 3 processors.
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/9]

BOOST_AUTO_TEST_CASE ( testDummySchemeCompositionExplicit1Implicit2 )

Definition at line 292 of file CompositionalCouplingSchemeTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/9]

BOOST_AUTO_TEST_CASE ( testDummySchemeCompositionExplicit1Implicit3 )

Definition at line 370 of file CompositionalCouplingSchemeTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/9]

BOOST_AUTO_TEST_CASE ( testDummySchemeCompositionExplicit2 )

Definition at line 232 of file CompositionalCouplingSchemeTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/9]

BOOST_AUTO_TEST_CASE ( testDummySchemeCompositionExplicit3 )

Definition at line 259 of file CompositionalCouplingSchemeTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/9]

BOOST_AUTO_TEST_CASE ( testDummySchemeCompositionImplicit2Explicit1 )

Definition at line 335 of file CompositionalCouplingSchemeTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/9]

BOOST_AUTO_TEST_CASE ( testDummySchemeCompositionImplicit3Explicit1 )

Definition at line 407 of file CompositionalCouplingSchemeTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/9]

BOOST_AUTO_TEST_CASE ( testExplicitImplicitSchemeComposition )

Test that runs on 3 processors.

Definition at line 464 of file CompositionalCouplingSchemeTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/9]

BOOST_AUTO_TEST_CASE ( testExplicitSchemeComposition1 )

Test that runs on 3 processors.

Definition at line 446 of file CompositionalCouplingSchemeTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/9]

BOOST_AUTO_TEST_CASE ( testImplicitExplicitSchemeComposition )

Test that runs on 3 processors.

Definition at line 455 of file CompositionalCouplingSchemeTest.cpp.