preCICE v3.1.2
|
#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"
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) | |
BOOST_AUTO_TEST_CASE | ( | testAitkenUnderrelaxationWithoutSubsteps | ) |
Definition at line 305 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testAitkenUnderrelaxationWithPreconditioner | ) |
Definition at line 373 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithGradientWithoutSubsteps | ) |
Definition at line 678 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithGradientWithSubsteps | ) |
Definition at line 507 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithoutSubsteps | ) |
Definition at line 610 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithSubsteps | ) |
Definition at line 237 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testIQNIMVJPPWithoutSubsteps | ) |
Definition at line 130 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testVIQNPPWithoutSubsteps | ) |
Definition at line 231 of file AccelerationSerialTest.cpp.
void testIQNIMVJPP | ( | bool | exchangeSubsteps | ) |
void testVIQNPP | ( | bool | exchangeSubsteps | ) |
Definition at line 136 of file AccelerationSerialTest.cpp.