#include <elementPairs.hh>
Public Member Functions | |
virtual const concepts::Element< F > & | elm1 () const =0 |
Returns reference to the first element. | |
virtual const concepts::Element< F > & | elm2 () const =0 |
Returns reference to the second element. | |
Gives access to a pair of elements. This is usefull when assembling a system matrix from bilinear forms.
This class is used as data container in InnerElementPairList and Boundary elementPairList.
Definition at line 25 of file elementPairs.hh.
|
inlinevirtual |
Definition at line 27 of file elementPairs.hh.
|
pure virtual |
Returns reference to the first element.
Implemented in constraints::Element< F >, hp3D::TransitionPair, linDG1D::DGElementPair, linDG2D::ElementPair, linDG3D::FvdgElementPair, and vectorial::ElementPair< F >.
|
pure virtual |
Returns reference to the second element.
Implemented in constraints::Element< F >, hp3D::TransitionPair, linDG1D::DGElementPair, linDG2D::ElementPair, linDG3D::FvdgElementPair, and vectorial::ElementPair< F >.