|
preCICE v3.3.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 298 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testAitkenUnderrelaxationWithPreconditioner | ) |
Definition at line 360 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithGradientWithoutSubsteps | ) |
Definition at line 637 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithGradientWithSubsteps | ) |
Definition at line 477 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithoutSubsteps | ) |
Definition at line 575 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConstantUnderrelaxationWithSubsteps | ) |
Definition at line 236 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testIQNIMVJPPWithoutSubsteps | ) |
Definition at line 130 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testIQNIMVJPPWithSubsteps | ) |
Definition at line 123 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testVIQNPPWithoutSubsteps | ) |
Definition at line 229 of file AccelerationSerialTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testVIQNPPWithSubsteps | ) |
Definition at line 222 of file AccelerationSerialTest.cpp.
|
inline |
Definition at line 10 of file helper.hpp.
| void testIQNIMVJPP | ( | bool | exchangeSubsteps | ) |
| void testVIQNPP | ( | bool | exchangeSubsteps | ) |
Definition at line 136 of file AccelerationSerialTest.cpp.