preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <memory>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "logging/Logger.hpp"
#include "mapping/impl/CreateClustering.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 (createClustering2D) | |
BOOST_AUTO_TEST_CASE (createClustering3D) | |
BOOST_AUTO_TEST_CASE | ( | createClustering2D | ) |
Definition at line 29 of file PartitionOfUnityClusteringTest.cpp.
BOOST_AUTO_TEST_CASE | ( | createClustering3D | ) |
Definition at line 62 of file PartitionOfUnityClusteringTest.cpp.