20 Eigen::Vector3d coords = vertex.
getCoords();
23 int id = vertex.
getID();
32 using namespace Eigen;
33 Vertex v1(Vector3d::Constant(4.0), 0);
34 Vertex v2(Vector3d::Constant(4.0), 1);
35 Vertex v3(Vector3d::Constant(2.0), 0);
46 Vertex v1(Eigen::Vector2d(1., 2.), 0);
50 BOOST_TEST(v1str == v1stream.
str());
51 Vertex v2(Eigen::Vector3d(1., 2., 3.), 0);
55 BOOST_TEST(v2str == v2stream.
str());
BOOST_AUTO_TEST_CASE(testIQNIMVJPPWithSubsteps)
BOOST_AUTO_TEST_SUITE(PreProcess)
BOOST_AUTO_TEST_SUITE_END()
#define PRECICE_TEST_SETUP(...)
Creates and attaches a TestSetup to a Boost test case.
VertexID getID() const
Returns the unique (among vertices of one mesh on one processor) ID of the vertex.
Eigen::VectorXd getCoords() const
Returns the coordinates of the vertex.
provides Mesh, Data and primitives.
boost::test_tools::predicate_result equals(const std::vector< float > &VectorA, const std::vector< float > &VectorB, float tolerance)
equals to be used in tests. Compares two std::vectors using a given tolerance. Prints both operands o...
Main namespace of the precice library.