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

hp2D/testsuite/formulaTest.hh
Go to the documentation of this file.
00001 
00008 #ifndef testformulahp2D_hh
00009 #define testformulahp2D_hh
00010 
00011 #include "basics/testcase.hh"
00012 #include "basics/typedefs.hh"
00013 #include "toolbox/array.hh"
00014 
00015 namespace test {
00016 
00017   // ********************************************************* Formula2DTest **
00018 
00023   class Formula2DTest : public TestCase {
00024   public:
00025     virtual ~Formula2DTest() {}
00026     virtual void run();
00027 
00029 
00030 
00031     void testInterpGrad2();
00033   };
00034 
00035 } // namespace test
00036 
00037 #endif // testformulahp2D_hh

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