preCICE v3.2.0
|
#include <Eigen/Core>
#include <algorithm>
#include <memory>
#include <string_view>
#include "logging/LogMacros.hpp"
#include "mapping/Mapping.hpp"
#include "mapping/NearestNeighborMapping.hpp"
#include "math/constants.hpp"
#include "mesh/Data.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "mesh/Utils.hpp"
#include "mesh/Vertex.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "time/Sample.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (ConsistentNonIncremental) | |
BOOST_AUTO_TEST_CASE (ConservativeNonIncremental) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentNonIncremental) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentZeroData) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentZeroIntegral) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentZeroDataComponent) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentZeroIntegralComponent) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentVolume2D) | |
BOOST_AUTO_TEST_CASE (ScaledConsistentVolume3D) |
BOOST_AUTO_TEST_CASE | ( | ConservativeNonIncremental | ) |
Definition at line 106 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConsistentNonIncremental | ) |
Definition at line 25 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentNonIncremental | ) |
Definition at line 172 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentVolume2D | ) |
Definition at line 412 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentVolume3D | ) |
Definition at line 485 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroData | ) |
Definition at line 258 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroDataComponent | ) |
Definition at line 332 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroIntegral | ) |
Definition at line 295 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroIntegralComponent | ) |
Definition at line 372 of file NearestNeighborMappingTest.cpp.