preCICE v3.1.1
Loading...
Searching...
No Matches
Classes | Functions
AccelerationSerialTest.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include "acceleration/Acceleration.hpp"
#include "acceleration/AitkenAcceleration.hpp"
#include "acceleration/BaseQNAcceleration.hpp"
#include "acceleration/ConstantRelaxationAcceleration.hpp"
#include "acceleration/IQNILSAcceleration.hpp"
#include "acceleration/IQNIMVJAcceleration.hpp"
#include "acceleration/SharedPointer.hpp"
#include "acceleration/config/AccelerationConfiguration.hpp"
#include "acceleration/impl/ConstantPreconditioner.hpp"
#include "acceleration/impl/ResidualPreconditioner.hpp"
#include "acceleration/impl/SharedPointer.hpp"
#include "acceleration/test/helper.hpp"
#include "cplscheme/CouplingData.hpp"
#include "cplscheme/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/EigenHelperFunctions.hpp"
Include dependency graph for AccelerationSerialTest.cpp:

Go to the source code of this file.

Classes

struct  AccelerationSerialTestsFixture
 

Functions

void testIQNIMVJPP (bool exchangeSubsteps)
 
 BOOST_AUTO_TEST_CASE (testIQNIMVJPPWithoutSubsteps)
 
void testVIQNPP (bool exchangeSubsteps)
 
 BOOST_AUTO_TEST_CASE (testVIQNPPWithoutSubsteps)
 
 BOOST_AUTO_TEST_CASE (testConstantUnderrelaxationWithSubsteps)
 
 BOOST_AUTO_TEST_CASE (testAitkenUnderrelaxationWithoutSubsteps)
 
 BOOST_AUTO_TEST_CASE (testAitkenUnderrelaxationWithPreconditioner)
 
 BOOST_AUTO_TEST_CASE (testConstantUnderrelaxationWithGradientWithSubsteps)
 
 BOOST_AUTO_TEST_CASE (testConstantUnderrelaxationWithoutSubsteps)
 
 BOOST_AUTO_TEST_CASE (testConstantUnderrelaxationWithGradientWithoutSubsteps)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/8]

BOOST_AUTO_TEST_CASE ( testAitkenUnderrelaxationWithoutSubsteps )

Definition at line 305 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/8]

BOOST_AUTO_TEST_CASE ( testAitkenUnderrelaxationWithPreconditioner )

Definition at line 373 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/8]

BOOST_AUTO_TEST_CASE ( testConstantUnderrelaxationWithGradientWithoutSubsteps )

Definition at line 678 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/8]

BOOST_AUTO_TEST_CASE ( testConstantUnderrelaxationWithGradientWithSubsteps )

Definition at line 507 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/8]

BOOST_AUTO_TEST_CASE ( testConstantUnderrelaxationWithoutSubsteps )

Definition at line 610 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/8]

BOOST_AUTO_TEST_CASE ( testConstantUnderrelaxationWithSubsteps )

Definition at line 237 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/8]

BOOST_AUTO_TEST_CASE ( testIQNIMVJPPWithoutSubsteps )

Definition at line 130 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [8/8]

BOOST_AUTO_TEST_CASE ( testVIQNPPWithoutSubsteps )

Definition at line 231 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ testIQNIMVJPP()

void testIQNIMVJPP ( bool exchangeSubsteps)

Definition at line 38 of file AccelerationSerialTest.cpp.

Here is the call graph for this function:

◆ testVIQNPP()

void testVIQNPP ( bool exchangeSubsteps)

Definition at line 136 of file AccelerationSerialTest.cpp.

Here is the call graph for this function: