preCICE v3.1.2
|
#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) | |
BOOST_AUTO_TEST_CASE (TimeSeriesNoEdgeParallelPoint1) | |
BOOST_AUTO_TEST_CASE (TimeSeriesWithEdgeParallelPoint1) | |
BOOST_AUTO_TEST_CASE (TimeSeriesNoEdgeParallelPoint2) | |
BOOST_AUTO_TEST_CASE (TimeSeriesWithEdgeParallelPoint2) | |
BOOST_AUTO_TEST_CASE (Reinitialize) | |
BOOST_AUTO_TEST_CASE (VolumetricInterpolation2D) | |
BOOST_AUTO_TEST_CASE (VolumetricInterpolation3D) | |
BOOST_AUTO_TEST_CASE (VolumetricParallel) | |
BOOST_AUTO_TEST_CASE | ( | Reinitialize | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesNoEdgeParallelPoint1 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesNoEdgeParallelPoint2 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesNoEdgeSerialPoint1 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesNoEdgeSerialPoint2 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesWithEdgeParallelPoint1 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesWithEdgeParallelPoint2 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesWithEdgeSerialPoint1 | ) |
BOOST_AUTO_TEST_CASE | ( | TimeSeriesWithEdgeSerialPoint2 | ) |
BOOST_AUTO_TEST_CASE | ( | VolumetricInterpolation2D | ) |
BOOST_AUTO_TEST_CASE | ( | VolumetricInterpolation3D | ) |
BOOST_AUTO_TEST_CASE | ( | VolumetricParallel | ) |
void testWatchPoint | ( | const TestContext & | context, |
bool | withEdge, | ||
std::vector< double > | watchPosition, | ||
std::vector< double > | expected ) |