Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

linDG2D/testsuite/elmTest.hh
Go to the documentation of this file.
00001 #ifndef elmTest_hh
00002 #define elmTest_hh
00003 
00004 #include "basics/testcase.hh"
00005 
00006 namespace linDG2D {
00007   class TriangleP1;
00008 }
00009 namespace concepts {
00010   class Triangle2d;
00011 }
00012 
00013 namespace test {
00014 
00018   class DGTriangleP1Test : public TestCase {
00019   public:
00020     virtual ~DGTriangleP1Test() {}
00021     virtual void run();
00022 
00024 
00025 
00026     void testCell(concepts::Triangle2d& tce);
00028     void testShapeFct(linDG2D::TriangleP1& tel);
00030     void testShapeFctGradient(linDG2D::TriangleP1& tel);
00032   };
00033 
00034 } // namespace test
00035 
00036 #endif // elmTest_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)