Class documentation of Concepts

Loading...
Searching...
No Matches
elementPairList.hh
Go to the documentation of this file.
1
6#ifndef DGElementPairList_hh
7#define DGElementPairList_hh
8
10
11namespace linDG2D {
12
13 // forward declarations
14 class Space;
15 class MeshInfo;
16
25 class ElementPairList : public concepts::ElementPairList<concepts::Real> {
26 public:
33 ElementPairList(const Space& spc1, const Space& spc2,
34 const MeshInfo& meshInfo);
35 };
36
37} // namespace linDG2D
38
39#endif // DGElementPairList_hh
ElementPairList(const Space &spc1, const Space &spc2, const MeshInfo &meshInfo)