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

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

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