Class documentation of Concepts

Loading...
Searching...
No Matches
elmTest.hh
Go to the documentation of this file.
1
7#ifndef elmTest_hh
8#define elmTest_hh
9
10#include "basics/testcase.hh"
11
12namespace linDG2D {
13 class TriangleP1;
14}
15namespace concepts {
16 class Triangle2d;
17}
18
19namespace test {
20
24 class DGTriangleP1Test : public TestCase {
25 public:
26 virtual ~DGTriangleP1Test() {}
27 virtual void run();
28
30
31
38 };
39
40} // namespace test
41
42#endif // elmTest_hh
void testShapeFctGradient(linDG2D::TriangleP1 &tel)
Tests shape function gradients.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testShapeFct(linDG2D::TriangleP1 &tel)
Tests shape functions.
void testCell(concepts::Triangle2d &tce)
Test cell.