|
preCICE v3.3.0
|
#include <Eigen/Core>#include <algorithm>#include <memory>#include "logging/LogMacros.hpp"#include "mapping/LinearCellInterpolationMapping.hpp"#include "mapping/Mapping.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"Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (Consistent) | |
| BOOST_AUTO_TEST_CASE (Conservative) | |
| BOOST_AUTO_TEST_CASE (ConsistentOneTetra3D) | |
| BOOST_AUTO_TEST_CASE (ConservativeOneTetra3D) | |
| BOOST_AUTO_TEST_CASE | ( | Conservative | ) |
Definition at line 93 of file LinearCellInterpolationMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ConservativeOneTetra3D | ) |
Definition at line 232 of file LinearCellInterpolationMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | Consistent | ) |
Definition at line 23 of file LinearCellInterpolationMappingTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | ConsistentOneTetra3D | ) |
Definition at line 166 of file LinearCellInterpolationMappingTest.cpp.