preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <memory>
#include "logging/LogMacros.hpp"
#include "mapping/Mapping.hpp"
#include "mapping/RadialGeoMultiscaleMapping.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 (ConsistentSpreadX) | |
BOOST_AUTO_TEST_CASE (ConsistentSpreadZ) | |
BOOST_AUTO_TEST_CASE (ConsistentCollectX) | |
BOOST_AUTO_TEST_CASE (ConsistentCollectZ) | |
BOOST_AUTO_TEST_CASE | ( | ConsistentCollectX | ) |
Definition at line 188 of file RadialGeoMultiscaleMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConsistentCollectZ | ) |
Definition at line 258 of file RadialGeoMultiscaleMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConsistentSpreadX | ) |
Definition at line 22 of file RadialGeoMultiscaleMappingTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ConsistentSpreadZ | ) |
Definition at line 106 of file RadialGeoMultiscaleMappingTest.cpp.