libMesh
point_test.h
Go to the documentation of this file.
1 #include <libmesh/point.h>
2 
3 #include "../numerics/type_vector_test.h"
4 #include "libmesh_cppunit.h"
5 
6 #define POINTTEST TYPEVECTORTEST
7 
8 using namespace libMesh;
9 
10 template <class DerivedClass>
11 class PointTestBase : public TypeVectorTestBase<DerivedClass> {
12 public:
13  virtual void setUp()
14  {
16  }
17 
18  virtual void tearDown()
19  {
21  }
22 };
virtual void setUp()
virtual void tearDown()
The libMesh namespace provides an interface to certain functionality in the library.
virtual void tearDown()
Definition: point_test.h:18
virtual void setUp()
Definition: point_test.h:13