elementPairs.hh
virtual const concepts::Element< F > & elm2() const =0
Returns reference to the second element.
ElementPairList(concepts::Joiner< ElementPair< F > *, 1 > *elmPairs=0, bool remove=true)
Constructor.
Definition: elementPairs.hh:52
concepts::Joiner< ElementPair< F > *, 1 > * elmPairs_
List of ElementPairs.
Definition: elementPairs.hh:72
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
Definition: scannerConnectors.hh:29
Holds a list of ElementPair and allows to scan over this list.
Definition: elementPairs.hh:41
void add(ElementPair< F > *elmPair)
Adds the new ElementPair to the beginning of the list.
Definition: elementPairs.hh:63
virtual const concepts::Element< F > & elm1() const =0
Returns reference to the first element.
Scanner * scan() const
Returns a scanner over the list of ElementPairs.
Definition: elementPairs.hh:68
concepts::Scan< ElementPair< F > > Scanner
Definition: elementPairs.hh:43