preCICE v3.1.2
|
#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 104 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConsistentNonIncremental | ) |
Definition at line 24 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentNonIncremental | ) |
Definition at line 169 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentVolume2D | ) |
Definition at line 404 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentVolume3D | ) |
Definition at line 476 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroData | ) |
Definition at line 254 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroDataComponent | ) |
Definition at line 326 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroIntegral | ) |
Definition at line 290 of file NearestNeighborMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ScaledConsistentZeroIntegralComponent | ) |
Definition at line 365 of file NearestNeighborMappingTest.cpp.