#include <Eigen/Core>
#include <algorithm>
#include <istream>
#include <iterator>
#include <memory>
#include <string>
#include <vector>
#include "../impl/WatchPoint.hpp"
#include "mesh/Data.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "precice/impl/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/assertion.hpp"
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/7]
| BOOST_AUTO_TEST_CASE |
( |
Reinitialize | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/7]
| BOOST_AUTO_TEST_CASE |
( |
TimeSeriesNoEdgeSerialPoint1 | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/7]
| BOOST_AUTO_TEST_CASE |
( |
TimeSeriesNoEdgeSerialPoint2 | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/7]
| BOOST_AUTO_TEST_CASE |
( |
TimeSeriesWithEdgeSerialPoint1 | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/7]
| BOOST_AUTO_TEST_CASE |
( |
TimeSeriesWithEdgeSerialPoint2 | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/7]
| BOOST_AUTO_TEST_CASE |
( |
VolumetricInterpolation2D | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/7]
| BOOST_AUTO_TEST_CASE |
( |
VolumetricInterpolation3D | | ) |
|
◆ PRECICE_TEST_SETUP() [1/2]
| PRECICE_TEST_SETUP |
( |
"" | _on2_ranks).setupIntraComm(, |
|
|
Require::Events | ) |
◆ PRECICE_TEST_SETUP() [2/2]
| PRECICE_TEST_SETUP |
( |
"" | _on4_ranks).setupIntraComm(, |
|
|
Require::Events | ) |
◆ testWatchPoint()
| void testWatchPoint |
( |
const TestContext & | context, |
|
|
bool | withEdge, |
|
|
std::vector< double > | watchPosition, |
|
|
std::vector< double > | expected ) |