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

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

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