preCICE v3.1.2
Loading...
Searching...
No Matches
Typedefs | Functions
AccelerationIntraCommTest.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include <cmath>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include "acceleration/Acceleration.hpp"
#include "acceleration/BaseQNAcceleration.hpp"
#include "acceleration/IQNILSAcceleration.hpp"
#include "acceleration/IQNIMVJAcceleration.hpp"
#include "acceleration/SharedPointer.hpp"
#include "acceleration/impl/ConstantPreconditioner.hpp"
#include "acceleration/impl/QRFactorization.hpp"
#include "acceleration/impl/ResidualSumPreconditioner.hpp"
#include "acceleration/impl/SharedPointer.hpp"
#include "acceleration/test/helper.hpp"
#include "cplscheme/Constants.hpp"
#include "cplscheme/CouplingData.hpp"
#include "cplscheme/SharedPointer.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/EigenHelperFunctions.hpp"
Include dependency graph for AccelerationIntraCommTest.cpp:

Go to the source code of this file.

Typedefs

using DataMap = std::map<int, PtrCouplingData>
 

Functions

 BOOST_AUTO_TEST_CASE (testVIQNILSppWithoutSubsteps)
 Test that runs on 4 processors.
 
 BOOST_AUTO_TEST_CASE (testVIQNIMVJppWithoutSubsteps)
 Test that runs on 4 processors.
 
 BOOST_AUTO_TEST_CASE (testIMVJ_effUpdate_ppWithoutSubsteps)
 Test that runs on 4 processors.
 
 BOOST_AUTO_TEST_CASE (testColumnsLoggingWithoutSubsteps)
 Test that runs on 4 processors.
 

Typedef Documentation

◆ DataMap

Definition at line 38 of file AccelerationIntraCommTest.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( testColumnsLoggingWithoutSubsteps )

Test that runs on 4 processors.

Definition at line 1040 of file AccelerationIntraCommTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( testIMVJ_effUpdate_ppWithoutSubsteps )

Test that runs on 4 processors.

processor with no vertices

processor with 4 vertices

processor with 4 vertices

processor with no vertices

Definition at line 559 of file AccelerationIntraCommTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( testVIQNILSppWithoutSubsteps )

Test that runs on 4 processors.

processor with 4 vertices

processor with 4 vertices

processor with no vertices

processor with 2 vertices

Definition at line 43 of file AccelerationIntraCommTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( testVIQNIMVJppWithoutSubsteps )

Test that runs on 4 processors.

processor with 4 vertices

processor with 4 vertices

processor with no vertices

processor with 2 vertices

Definition at line 274 of file AccelerationIntraCommTest.cpp.

Here is the call graph for this function: