preCICE v3.2.0
|
#include <Eigen/Core>
#include <algorithm>
#include <memory>
#include "com/Extra.hpp"
#include "com/SharedPointer.hpp"
#include "m2n/M2N.hpp"
#include "mesh/Mesh.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/IntraComm.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::mesh |
provides Mesh, Data and primitives. |
Functions | |
PRECICE_TEST_SETUP ("A"_on(1_rank), "B"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(VertexEdgeMesh) | |
PRECICE_TEST_SETUP (""_on(2_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(BroadcastVertexEdgeTriangleMesh) |
PRECICE_TEST_SETUP | ( | "" | _on2_ranks).setupIntraComm(, |
Require::Events | ) |
PRECICE_TEST_SETUP | ( | "A" | _on1_rank, |
"B" | _on1_rank, | ||
Require::Events | ) |