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

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

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