preCICE v3.2.0
|
#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/Meshes.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 (testIQNIMVJPPWithSubsteps) | |
BOOST_AUTO_TEST_CASE (testIQNIMVJPPWithoutSubsteps) | |
void | testVIQNPP (bool exchangeSubsteps) |
BOOST_AUTO_TEST_CASE (testVIQNPPWithSubsteps) | |
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) | |
cplscheme::PtrCouplingData | makeCouplingData (mesh::PtrData data, mesh::PtrMesh mesh, bool exchangeSubsteps) |
BOOST_AUTO_TEST_CASE | ( | testAitkenUnderrelaxationWithoutSubsteps | ) |
Definition at line 297 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testAitkenUnderrelaxationWithPreconditioner | ) |
Definition at line 359 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithGradientWithoutSubsteps | ) |
Definition at line 636 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithGradientWithSubsteps | ) |
Definition at line 476 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithoutSubsteps | ) |
Definition at line 574 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithSubsteps | ) |
Definition at line 235 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testIQNIMVJPPWithoutSubsteps | ) |
Definition at line 129 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testIQNIMVJPPWithSubsteps | ) |
Definition at line 122 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testVIQNPPWithoutSubsteps | ) |
Definition at line 228 of file AccelerationSerialTest.cpp.
BOOST_AUTO_TEST_CASE | ( | testVIQNPPWithSubsteps | ) |
Definition at line 221 of file AccelerationSerialTest.cpp.
|
inline |
Definition at line 10 of file helper.hpp.
void testIQNIMVJPP | ( | bool | exchangeSubsteps | ) |
void testVIQNPP | ( | bool | exchangeSubsteps | ) |
Definition at line 135 of file AccelerationSerialTest.cpp.