libMesh
Loading...
Searching...
No Matches
point_test.C
Go to the documentation of this file.
1#include <libmesh/point.h>
2
3#include "point_test.h"
4
5using namespace libMesh;
6
7class PointTest : public PointTestBase<Point> {
8public:
11 this->libmesh_suite_name = "PointTest";
12 }
13
15
16 POINTTEST
17
19};
20
POINTTEST CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST_SUITE(PointTest)
std::string libmesh_suite_name
A Point defines a location in LIBMESH_DIM dimensional Real space.
Definition point.h:40
The libMesh namespace provides an interface to certain functionality in the library.
CPPUNIT_TEST_SUITE_REGISTRATION(PointTest)