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

hp2D/testsuite/H1extensionTest.hh
Go to the documentation of this file.
00001 
00008 #ifndef testH1extension_hh
00009 #define testH1extension_hh
00010 
00011 #include "basics/testcase.hh"
00012 #include "basics/typedefs.hh"
00013 #include "toolbox/array.hh"
00014 
00015 namespace test {
00016 
00017   // ******************************************************* H1extensionTest **
00018 
00023   class H1extensionTest : public TestCase {
00024   public:
00025     virtual ~H1extensionTest() {}
00026     virtual void run();
00027 
00029 
00030 
00033     void testSquare(const uint l);
00037     void testRing(const uint l);
00039   };
00040 
00041 } // namespace test
00042 
00043 #endif // testH1extension_hh

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