elementPairListIdentic.hh

Go to the documentation of this file.
1 
6 #ifndef ElementPairListIdentic_hh
7 #define ElementPairListIdentic_hh
8 
9 #include "vectorial.hh"
10 #include "space/elementPairs.hh"
11 
12 namespace vectorial {
13 
28  template<class F>
30  public:
38  const Space<F>& vSpace1, const Space<F>& vSpace2) {
39  constructor_(sElemPairs, vSpace1, vSpace2);
40  }
48  const Space<F>& vSpace) {
49  constructor_(sElemPairs, vSpace, vSpace);
50  }
51  private:
53  const Space<F>& vSpace1,
54  const Space<F>& vSpace2);
55  };
56 
57 } // namespace vectorial
58 
59 #endif // ElementPairListIdentic_hh
Vector valued space.
Definition: spaceTraits.hh:26
Vector valued problems.
Definition: spaceTraits.hh:24
void constructor_(const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace1, const Space< F > &vSpace2)
Element pair list for two vectorial spaces V1 and V2.
ElementPairListIdentic(const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace1, const Space< F > &vSpace2)
Constructor.
Holds a list of ElementPair and allows to scan over this list.
Definition: elementPairs.hh:41
ElementPairListIdentic(const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace)
Constructor for two identic vectorial spaces.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich