preCICE v3.1.2
|
#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 91 of file LinearCellInterpolationMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConservativeOneTetra3D | ) |
Definition at line 228 of file LinearCellInterpolationMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | Consistent | ) |
Definition at line 22 of file LinearCellInterpolationMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConsistentOneTetra3D | ) |
Definition at line 163 of file LinearCellInterpolationMappingTest.cpp.