elementPairList.hh

Go to the documentation of this file.
1 
6 #ifndef DGElementPairList_hh
7 #define DGElementPairList_hh
8 
9 #include "space/elementPairs.hh"
10 
11 namespace 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
Abstract base class of spaces for DG FEM in 2D on triangles.
Definition: space.hh:30
ElementPairList(const Space &spc1, const Space &spc2, const MeshInfo &meshInfo)
Constructor.
DG FEM for 2D problems using piecewise linear shape functions.
Definition: bilinearForm.hh:15
Mesh info about edges for DG FEM in 2D.
Definition: meshInfo.hh:25
Holds a list of ElementPair and allows to scan over this list.
Definition: elementPairs.hh:41
Element pair list for two DG spaces.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich