preCICE
Loading...
Searching...
No Matches
OnBoundViolationTest.cpp File Reference
#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"
Include dependency graph for OnBoundViolationTest.cpp:

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)

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( CheckBoundViolation )

Definition at line 21 of file OnBoundViolationTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( testOnBoundViolationClamp )

Definition at line 103 of file OnBoundViolationTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( testOnBoundViolationScale )

Definition at line 130 of file OnBoundViolationTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( testOnBoundViolationScaleDivZero )

Definition at line 155 of file OnBoundViolationTest.cpp.

Here is the call graph for this function:

◆ makeCouplingData()

cplscheme::PtrCouplingData precice::testing::makeCouplingData ( mesh::PtrData data,
mesh::PtrMesh mesh,
bool exchangeSubsteps )
inline

Definition at line 10 of file helper.hpp.