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

hp1D/testsuite/matrices.hh
Go to the documentation of this file.
00001 
00006 #ifndef testMatrices_hp1D_hh
00007 #define testMatrices_hp1D_hh
00008 
00009 #include "basics/testsuite.hh"
00010 #include "basics/typedefs.hh"
00011 
00012 namespace test {
00013 
00014   // ******************************************************** TestMatrices1D **
00015 
00020   class TestMatrices1D : public TestCase {
00021   public:
00022     virtual ~TestMatrices1D();
00023     virtual void run();
00024 
00026 
00027 
00028     void testMassMatrix();
00030     void testStiffnessMatrix();
00032   };
00033 
00034 } // namespace test
00035 
00036 #endif // testMatrices_hp1D_hh

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