00001 #ifndef NINECELLSLATEST_HH_ 00002 #define NINECELLSLATEST_HH_ 00003 00013 #include "basics/testcase.hh" 00014 #include "hp2D/spacePreBuilder.hh" 00015 #include "hp2D/hpAdaptiveSpaceH1.hh" 00016 00017 namespace test { 00018 00019 // *********************************************************** LaplaceTest ** 00020 00021 class NineCellsLaTest : public TestCase { 00022 public: 00023 NineCellsLaTest() {} 00024 virtual ~NineCellsLaTest() {} 00025 virtual void run(); 00026 void basisfunctions(hp2D::hpAdaptiveSpaceH1& , uint); 00027 }; 00028 00029 } // namespace test 00030 00031 00032 #endif /*NINECELLSLATEST_HH_*/ 00033