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

geometry/testsuite/testInfiniteMesh2D.hh
Go to the documentation of this file.
00001 /* Tests 2D mesh with infinite cells.
00002  */
00003 
00004 #ifndef infmesh2dTest_hh
00005 #define infmesh2dTest_hh
00006 
00007 #include "basics/testcase.hh"
00008 
00009 namespace test {
00010 
00011   // **************************************************** InfiniteMesh2dTest **
00012 
00016   class InfiniteMesh2dTest : public TestCase {
00017   public:
00018     virtual ~InfiniteMesh2dTest() {}
00019     virtual void run();
00020 
00022 
00023 
00025   };
00026 
00027 } // namespace test
00028 
00029 #endif // infmesh2dTest_hh

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