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

space/testsuite/formulaTest.hh
Go to the documentation of this file.
00001 
00006 #ifndef formulaSpcTest_hh
00007 #define formulaSpcTest_hh
00008 
00009 #include "basics/testcase.hh"
00010 #include "basics/typedefs.hh"
00011 #include "space/space.hh"
00012 
00013 namespace concepts {
00014  // forward declaration
00015   class Mesh2;
00016 }
00017 
00018 namespace test {
00019 
00026   class ElementFormulaTest : public TestCase {
00027   public:
00028     ElementFormulaTest() {}
00029     virtual ~ElementFormulaTest() {}
00030     virtual void run();
00031 
00033 
00034     void testTimesNormal2D();
00036   };
00037 
00038 } // namespace test
00039 
00040 #endif // formulaSpcTest_hh

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