|
preCICE
|
#include <Eigen/Core>#include <Eigen/Dense>#include "acceleration/Acceleration.hpp"#include "acceleration/IQNILSAcceleration.hpp"#include "acceleration/test/helper.hpp"#include "cplscheme/CouplingScheme.hpp"#include "testing/Meshes.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (CheckBoundViolation) | |
| BOOST_AUTO_TEST_CASE (testOnBoundViolationClamp) | |
| BOOST_AUTO_TEST_CASE (testOnBoundViolationScale) | |
| BOOST_AUTO_TEST_CASE (testOnBoundViolationScaleDivZero) | |
| cplscheme::PtrCouplingData | makeCouplingData (mesh::PtrData data, mesh::PtrMesh mesh, bool exchangeSubsteps) |
| BOOST_AUTO_TEST_CASE | ( | CheckBoundViolation | ) |
| BOOST_AUTO_TEST_CASE | ( | testOnBoundViolationClamp | ) |
| BOOST_AUTO_TEST_CASE | ( | testOnBoundViolationScale | ) |
| BOOST_AUTO_TEST_CASE | ( | testOnBoundViolationScaleDivZero | ) |
|
inline |
Definition at line 10 of file helper.hpp.