concepts::ElementPair< F > Class Template Referenceabstract
Gives access to a pair of elements. More...
#include <elementPairs.hh>
Inheritance diagram for concepts::ElementPair< F >:
Public Member Functions | |
virtual const concepts::Element< F > & | elm1 () const =0 |
Returns reference to the first element. More... | |
virtual const concepts::Element< F > & | elm2 () const =0 |
Returns reference to the second element. More... | |
virtual | ~ElementPair () |
Detailed Description
template<typename F>
class concepts::ElementPair< F >
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.
Constructor & Destructor Documentation
◆ ~ElementPair()
template<typename F >
|
inlinevirtual |
Reimplemented in vectorial::ElementPair< F >.
Definition at line 27 of file elementPairs.hh.
Member Function Documentation
◆ elm1()
template<typename F >
|
pure virtual |
Returns reference to the first element.
Implemented in vectorial::ElementPair< F >.
◆ elm2()
template<typename F >
|
pure virtual |
Returns reference to the second element.
Implemented in vectorial::ElementPair< F >.
The documentation for this class was generated from the following file:
- space/elementPairs.hh