|
preCICE v3.3.0
|
#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.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::mesh |
| provides Mesh, Data and primitives. | |
Functions | |
| void | testWatchPoint (const TestContext &context, bool withEdge, std::vector< double > watchPosition, std::vector< double > expected) |
| BOOST_AUTO_TEST_CASE (TimeSeriesNoEdgeSerialPoint1) | |
| BOOST_AUTO_TEST_CASE (TimeSeriesWithEdgeSerialPoint1) | |
| BOOST_AUTO_TEST_CASE (TimeSeriesNoEdgeSerialPoint2) | |
| BOOST_AUTO_TEST_CASE (TimeSeriesWithEdgeSerialPoint2) | |
| PRECICE_TEST_SETUP (""_on(2_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(TimeSeriesNoEdgeParallelPoint1) | |
| BOOST_AUTO_TEST_CASE (Reinitialize) | |
| BOOST_AUTO_TEST_CASE (VolumetricInterpolation2D) | |
| BOOST_AUTO_TEST_CASE (VolumetricInterpolation3D) | |
| PRECICE_TEST_SETUP (""_on(4_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(VolumetricParallel) | |
| BOOST_AUTO_TEST_CASE | ( | Reinitialize | ) |
| BOOST_AUTO_TEST_CASE | ( | TimeSeriesNoEdgeSerialPoint1 | ) |
| BOOST_AUTO_TEST_CASE | ( | TimeSeriesNoEdgeSerialPoint2 | ) |
| BOOST_AUTO_TEST_CASE | ( | TimeSeriesWithEdgeSerialPoint1 | ) |
| BOOST_AUTO_TEST_CASE | ( | TimeSeriesWithEdgeSerialPoint2 | ) |
| BOOST_AUTO_TEST_CASE | ( | VolumetricInterpolation2D | ) |
| BOOST_AUTO_TEST_CASE | ( | VolumetricInterpolation3D | ) |
| PRECICE_TEST_SETUP | ( | "" | _on2_ranks).setupIntraComm(, |
| Require::Events | ) |
| PRECICE_TEST_SETUP | ( | "" | _on4_ranks).setupIntraComm(, |
| Require::Events | ) |
| void testWatchPoint | ( | const TestContext & | context, |
| bool | withEdge, | ||
| std::vector< double > | watchPosition, | ||
| std::vector< double > | expected ) |