libMesh
tests
geom
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
{
15
TypeVectorTestBase<DerivedClass>::setUp
();
16
}
17
18
virtual
void
tearDown
()
19
{
20
TypeVectorTestBase<DerivedClass>::tearDown
();
21
}
22
};
PointTestBase::setUp
virtual void setUp()
Definition:
point_test.h:13
PointTestBase
Definition:
point_test.h:11
libMesh
The libMesh namespace provides an interface to certain functionality in the library.
Definition:
factoryfunction.C:55
TypeVectorTestBase::tearDown
virtual void tearDown()
Definition:
type_vector_test.h:87
PointTestBase::tearDown
virtual void tearDown()
Definition:
point_test.h:18
libmesh_cppunit.h
TypeVectorTestBase
Definition:
type_vector_test.h:58
TypeVectorTestBase::setUp
virtual void setUp()
Definition:
type_vector_test.h:68
Generated on Sat Jan 25 2020 12:07:06 for libMesh by
1.8.16