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

hp2D/testsuite/spaceH1Test.hh
Go to the documentation of this file.
00001 
00005 #ifndef spaceH1Test_hh
00006 #define spaceH1Test_hh
00007 
00008 #include "basics/testcase.hh"
00009 #include "basics/typedefs.hh"
00010 
00011 using concepts::Real;
00012 
00013 namespace test {
00014 
00015   // ********************************************************** IntegralTest **
00016 
00020   class SpaceH1Test : public TestCase {
00021   public:
00022     virtual ~SpaceH1Test() {}
00023     virtual void run();
00024 
00026 
00027     
00029     void dirichlet();
00031   };
00032 
00033 } // namespace test
00034 
00035 #endif

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