|
preCICE
|
#include <Eigen/Core>#include <algorithm>#include <memory>#include <string_view>#include "logging/LogMacros.hpp"#include "mapping/CoarseGrainingMapping.hpp"#include "mapping/Mapping.hpp"#include "mapping/impl/MappingDataCache.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 "mesh/config/MeshConfiguration.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"#include "time/Sample.hpp"Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (Conservative3D) | |
| BOOST_AUTO_TEST_CASE | ( | Conservative3D | ) |
Definition at line 65 of file CoarseGrainingMappingTest.cpp.