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

linDG2D/elementPairList.hh
Go to the documentation of this file.
00001 #ifndef DGElementPairList_hh
00002 #define DGElementPairList_hh
00003 
00004 #include "space/elementPairs.hh"
00005 
00006 namespace linDG2D {
00007 
00008   // forward declarations
00009   class Space;
00010   class MeshInfo;
00011 
00020   class ElementPairList : public concepts::ElementPairList<concepts::Real> {
00021   public:
00028     ElementPairList(const Space& spc1, const Space& spc2, 
00029                     const MeshInfo& meshInfo);
00030   };
00031 
00032 } // namespace linDG2D
00033 
00034 #endif // DGElementPairList_hh

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