Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::ElementPair< F > Class Template Referenceabstract

#include <elementPairs.hh>

Inheritance diagram for concepts::ElementPair< F >:
constraints::Element< F > vectorial::ElementPair< F >

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.
 

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.

Author
Christoph Winkelmann and Adrian Burri, 2002

Definition at line 25 of file elementPairs.hh.

Constructor & Destructor Documentation

◆ ~ElementPair()

template<typename F >
virtual concepts::ElementPair< F >::~ElementPair ( )
inlinevirtual

Definition at line 27 of file elementPairs.hh.

Member Function Documentation

◆ elm1()

template<typename F >
virtual const concepts::Element< F > & concepts::ElementPair< F >::elm1 ( ) const
pure virtual

◆ elm2()

template<typename F >
virtual const concepts::Element< F > & concepts::ElementPair< F >::elm2 ( ) const
pure virtual

The documentation for this class was generated from the following file: