|
preCICE v3.3.0
|
#include <Eigen/Core>#include <algorithm>#include <memory>#include <ostream>#include "mapping/Mapping.hpp"#include "mapping/NearestProjectionMapping.hpp"#include "math/constants.hpp"#include "mesh/Data.hpp"#include "mesh/Mesh.hpp"#include "mesh/SharedPointer.hpp"#include "mesh/Utils.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 | |
| BOOST_AUTO_TEST_CASE (testConservativeNonIncremental) | |
| BOOST_AUTO_TEST_CASE (ConsistentNonIncremental2D) | |
| BOOST_AUTO_TEST_CASE (ScaleConsistentNonIncremental2DCase1) | |
| BOOST_AUTO_TEST_CASE (ScaleConsistentNonIncremental2DCase2) | |
| BOOST_AUTO_TEST_CASE (Consistent3DFalbackOnEdges) | |
| BOOST_AUTO_TEST_CASE (Consistent3DFalbackOnVertices) | |
| BOOST_AUTO_TEST_CASE (AxisAlignedTriangles) | |
| BOOST_AUTO_TEST_CASE (Query_3D_FullMesh) | |
| BOOST_AUTO_TEST_CASE (ScaledConsistentQuery3DFullMesh) | |
| BOOST_AUTO_TEST_CASE (AvoidClosestTriangle) | |
| BOOST_AUTO_TEST_CASE (PickClosestTriangle) | |
| BOOST_AUTO_TEST_CASE (PreferTriangleOverEdge) | |
| BOOST_AUTO_TEST_CASE (TriangleDistances) | |
| BOOST_AUTO_TEST_CASE | ( | AvoidClosestTriangle | ) |
Definition at line 599 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | AxisAlignedTriangles | ) |
Definition at line 411 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | Consistent3DFalbackOnEdges | ) |
Definition at line 310 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | Consistent3DFalbackOnVertices | ) |
Definition at line 362 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ConsistentNonIncremental2D | ) |
Definition at line 110 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | PickClosestTriangle | ) |
Definition at line 632 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | PreferTriangleOverEdge | ) |
Definition at line 663 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | Query_3D_FullMesh | ) |
Definition at line 458 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ScaleConsistentNonIncremental2DCase1 | ) |
Definition at line 198 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ScaleConsistentNonIncremental2DCase2 | ) |
Definition at line 255 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ScaledConsistentQuery3DFullMesh | ) |
Definition at line 513 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConservativeNonIncremental | ) |
Definition at line 27 of file NearestProjectionMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | TriangleDistances | ) |
Definition at line 696 of file NearestProjectionMappingTest.cpp.