#include <elementPairListIdentic.hh>
Public Types | |
typedef concepts::Scan< ElementPair< F > > | Scanner |
Public Member Functions | |
ElementPairListIdentic (const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace1, const Space< F > &vSpace2) | |
ElementPairListIdentic (const concepts::ElementPairList< F > &sElemPairs, const Space< F > &vSpace) | |
void | add (ElementPair< F > *elmPair) |
Scanner * | scan () const |
Returns a scanner over the list of ElementPairs . | |
Element pair list for two vectorial spaces V1 and V2. V1 must consist of identic scalar spaces S1 in each vectorial dimension, V2 must consist of identic scalar spaces S2 in each vectorial dimension. The respective scalar element pair is added d1*d2 times to the vectorial element pair, where d1 is the vectorial dimension of V1 and d2 is the vectorial dimension of V2. The scalar element pairs are needed in the scalar bilinear forms building the vectorial bilinear form. In the general case of d1*d2 different scalar spaces, the vectorial element pair would have to know the relations of d1 different elements from S1 to d2 different elements on the right, i. e. d1*d2 different element pairs. For the sake of generality, d1*d2 scalar element pairs are added also in the case of identic scalar spaces.
Definition at line 29 of file elementPairListIdentic.hh.
|
inherited |
Definition at line 43 of file elementPairs.hh.
|
inline |
Constructor. Scans sElemPairs
and adds to the ElementPairList represented by this class one vectorial::ElementPair for each scalar ElementPair in sElemPairs. The vectorial::Elements needed for construction of the vectorial::ElementPair are found in vSpace1
and vSpace2
.
Definition at line 37 of file elementPairListIdentic.hh.
|
inline |
Constructor for two identic vectorial spaces. Scans sElemPairs
and adds to the ElementPairList represented by this class one vectorial::ElementPair for each scalar ElementPair in sElemPairs. Both vectorial::Elements needed for construction of the vectorial::ElementPair are found in vSpace
.
Definition at line 47 of file elementPairListIdentic.hh.
|
inlineinherited |
Adds the new ElementPair
to the beginning of the list. This class takes care of removing elmPair
at the end.
Definition at line 63 of file elementPairs.hh.
|
inlineinherited |
Returns a scanner over the list of ElementPairs
.
Definition at line 68 of file elementPairs.hh.