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

app-pkauf/testsuite/homEV.hh
Go to the documentation of this file.
00001 #ifndef HOMEV_HH_
00002 #define HOMEV_HH_
00003 
00012 #include "basics/testcase.hh"
00013 #include "hp2D/spacePreBuilder.hh"
00014 #include "hp2D/hpAdaptiveSpaceH1.hh"
00015 
00016 namespace test {
00017 
00018   // *********************************************************** LaplaceTest **
00019 
00020   class homEV : public TestCase {
00021   public:
00022     homEV() {}
00023     virtual ~homEV() {}
00024     virtual void run();
00025   };
00026 
00027 } // namespace test
00028 
00029 #endif /*HOMEV_HH_*/

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