|
preCICE v3.3.0
|
#include <Eigen/Core>#include <algorithm>#include "logging/LogMacros.hpp"#include "mapping/Mapping.hpp"#include "mapping/NearestNeighborGradientMapping.hpp"#include "math/constants.hpp"#include "mesh/Mesh.hpp"#include "mesh/SharedPointer.hpp"#include "mesh/Vertex.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (ConsistentNonIncremental) | |
| BOOST_AUTO_TEST_CASE (ConsistentGradientNotConstant) | |
| BOOST_AUTO_TEST_CASE | ( | ConsistentGradientNotConstant | ) |
Definition at line 106 of file NearestNeighborGradientMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ConsistentNonIncremental | ) |
Definition at line 20 of file NearestNeighborGradientMappingTest.cpp.