Class documentation of Concepts

Loading...
Searching...
No Matches
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
12namespace 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:
52 void constructor_(const concepts::ElementPairList<F>& sElemPairs,
53 const Space<F>& vSpace1,
54 const Space<F>& vSpace2);
55 };
56
57} // namespace vectorial
58
59#endif // ElementPairListIdentic_hh
ElementPairListIdentic(const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace)
ElementPairListIdentic(const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace1, const Space< F > &vSpace2)