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

hp2D/testsuite/testhpAdaptiveSpaceH1onInfMesh.hh
Go to the documentation of this file.
00001 /* Tests of hpAdaptiveSpaceH1 on 2D mesh with infinite cells.
00002  */
00003 
00004 #ifndef infmesh2d_hpAdaptiveSpaceH1Test_hh
00005 #define infmesh2d_hpAdaptiveSpaceH1Test_hh
00006 
00007 #include "basics/testcase.hh"
00008 
00009 namespace test {
00010 
00011   // ************************************************** SpaceH1onInfMeshTest **
00012 
00016   class SpaceH1onInfMeshTest : public TestCase {
00017   public:
00018     virtual ~SpaceH1onInfMeshTest() {}
00019     virtual void run();
00020 
00022 
00023 
00025   };
00026 
00027 } // namespace test
00028 
00029 #endif // infmesh2d_hpAdaptiveSpaceH1Test_hh

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