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

hp1D/testsuite/testLinearForm.hh
Go to the documentation of this file.
00001 
00008 #ifndef testLinForm1D_hh
00009 #define testLinForm1D_hh
00010 
00011 #include "basics/testsuite.hh"
00012 #include "basics/typedefs.hh"
00013 
00014 namespace test {
00015 
00016   // ******************************************************* TestLinearForm1D **
00017 
00018   class TestLinearForm1D : public TestCase {
00019   public:
00020     virtual ~TestLinearForm1D();
00021     virtual void run();
00022 
00024 
00025 
00026     void testRiesz1d();
00028     void testRiesz2d();
00030     void testNeumann();
00032     void testGradInterp_Grad1d();
00034     void testGradLinearForm1d();
00036   };
00037 
00038 } // namespace test
00039 
00040 #endif // testLinForm1D_hh

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